Falador game data

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

Bed

Its a bed - wow

id 15
Type
1
Size (tiles)
2 × 2
Model
bed (#15)
Elevation
0
Action 1
rest
Action 2
examine

Use in a script

let obj = nearestObject(id: 15)   # Bed

See the script docs for the full command set.