> ## 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.

# npcBank

> Ouvre l'interface de la banque via un PNJ.

Ouvre l'interface de la banque via un PNJ.

#### 🎮 Méthode

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

#### 💎 Valeur de retour

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

#### 💡 Exemple

```lua theme={null}
npc:npcBank()
global:delay(1000)
exchange:putAllItems()
```
