blob: 7996b0f970345666354035a056f777a27ac7bf9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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, alias...] <description> — add a local object
remlocalobj [name]|<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
insert <direction> [name] — insert a new room into an exit, pushing rooms beyond
remove <direction> — delete the inserted room and pull the far end back
Type 'room' alone to see this list in-game.
|