Iberia help

MUD help system

ROOM

Usage: room

Usage: room id

Usage: room create [id]

Usage: room clone [old id] [new id]

Usage: room [ status | statusd | save | delete ]

Usage: room [key] [value]

Most of these command alternatives are to be used by builders, and it's purpose is to create or delete rooms, or update any room property.

- room - shows room id and current map coordinates, if in wilderness. Can be used by everyone.

- room id - the same as previous command. Can be used by everyone.

- room create [id] - creates the room with id number [id] (if the builder has such id assigned to him). If [id] already exists, and error is raised. After its creation, builder is moved automatically to the created room.

- room clone [old id] [new id] - creates a room with id [new id] that is a clone of the room with id [old id]. [old id] room should exist in database. Notice that the cloned room won't have any exit defined!

- room status - shows all details of the current room.

- room statusd - shows all details of the current room, including possible values for each property.

- room save - saves the current room in the database. Any error on any property will be informed before saving.

- room delete - deletes the current room from the database, and also destroys it from memory. The builder is moved to the standard 'error' room, in 'The void'.

- room [key] [value] - updates the [key] property of the current room to [value]. [key] are the capital words one can see in room 'status'. Some properties' [value] can be decomposed as [index] [value], such as other looks, exits or timer phrases.

This command can only be used by administrators.