Falador game data

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

doors

The doors are shut

id 472
Type
2
Size (tiles)
1 × 2
Model
doubledoorsclosed (#63)
Elevation
0
Action 1
open
Action 2
examine

Use in a script

let obj = nearestObject(id: 472)   # doors

See the script docs for the full command set.