Falador game data

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

stairs

These lead upstairs

id 342
Type
1
Size (tiles)
2 × 3
Model
stonestairs (#43)
Elevation
0
Action 1
go up
Action 2
examine

Use in a script

let obj = nearestObject(id: 342)   # stairs

See the script docs for the full command set.