blob: c5c18b0291e5d5f8e7b546487e5fbc1a60cd610c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
name: room
description: |-
Admin-only. Modify the current room's data directly from within the game.
Usage: room <action> [args...]
Actions:
name <text> — set room name
desc <text> — set room description
addobj <object_id> — add a referenced object
remobj <object_id> — remove a referenced object
addlocalobj <name> <description> — add a local object
remlocalobj <name> — remove a local object
hide <name_or_id> — hide all matching objects
unhide <name_or_id> — unhide all matching objects
addmob <mob_id> — add a mob spawn
remmob <mob_id> — remove a mob spawn
addspawn <item_id> [qty] [respawn_ticks] — add an item spawn
remspawn <item_id> — remove an item spawn
Type 'room' alone to see this list in-game.
|