> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dotouch-emu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# npcBuy

> Ouvre la boutique PNJ (côté achat d'objets).

Ouvre la boutique PNJ (côté achat d'objets).

#### 🎮 Méthode

```lua theme={null}
npc:npcBuy()
```

#### 💎 Valeur de retour

| Type   | Description |
| ------ | ----------- |
| `void` | —           |

#### 💡 Exemple

```lua theme={null}
npc:npcBuy()
global:delay(500)
sale:buyItem(123, 10)
```
