aboutsummaryrefslogtreecommitdiff
path: root/data/help/room.yaml
blob: d2cbcb4eb5d98aed68e5aaf38101b7a696e70762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
  Type 'room' alone to see this list in-game.