Falador game data

Read straight from the client cache — every id here is exactly what a script uses.

Bank Chest

Allows you to access your bank.

id 942
Type
1
Size (tiles)
1 × 1
Model
ChestClosed (#18)
Elevation
0
Action 1
open
Action 2
examine

Use in a script

let obj = nearestObject(id: 942)   # Bank Chest

See the script docs for the full command set.