13 lines
279 B
Markdown
13 lines
279 B
Markdown
### Command: /bank_withdraw amount_copper
|
|
|
|
**Handler Macro:** COMMAND_BANK_WITHDRAWAL
|
|
|
|
**Handler Value:** 72
|
|
|
|
**Required Status:** 0
|
|
|
|
**Arguments:**
|
|
- `arg[0]`: `int64 amount_copper`
|
|
|
|
**Notes:**
|
|
- If in a banker session, this will withdrawl `amount_copper` to player's inventory. |