-
Notifications
You must be signed in to change notification settings - Fork 33
Room Editing
The redit
command is used to create and modify rooms in the OLC system. There are two forms of syntax for this command; redit
on its own edits the room you are currently standing in, and redit <room_number>
edits the room with the given identification number. If the given number has no associated room, a room will be created with that number as its identifier.
This is the title of the room.
This is the room's description- it's what you see when you type LOOK. This is overridden during the night by the night description (if one is set).
This description overrides the room's main description at night. This is an optional field.
Room Flags are flags that can be toggled to control the room's behavior in code. Examples of room flags are GARAGE, STORAGE, SOUNDPROOF, etc. For more details, see [Room Flags].
The Domain Type of a room is the Shamanic domain this room is located in. For more details, see [Domains].
Exits are displayed as the vnum they connect to if they exist. Selecting one of these will put you into the exit editing menu (more on this below).
This is the vnum that this exit connects to.
This is the description of the exit, seen when you LOOK in the exit's direction.
These are the aliases of the exit. The first name is important- it shows up in the interaction messages. Example: I open an exit with the namelist 'doors door double'. The message printed is "You open the doors."
This is the vnum of the item that serves as the key. If no key vnum is entered, the default key (item number 0) will be used as the key for this door.
This lets you select the type of door on this exit. The types are as follows:
- No Door: Exit cannot be opened/closed.
- Closeable Door: Exit can be closed/locked/bypassed.
- Pickproof: Exit can be closed and locked but not bypassed.
This is the target number required to bypass the door.
This allows you to select the material the door is made of. This is used in breakage tests.
This allows you to select the barrier rating of the door. This is used in breakage tests.
This is the TN to notice the exit. Zero means the door is not hidden.
Always use this to leave the menu if you do not want to keep the exit. Failing to do so will result in an exit leading to 'A Bright Light'.
This controls the Matrix connectivity of a room. The default is no jackpoint; consequentially, this can be safely ignored unless the room has a reason to have a Matrix jackpoint in it. If you do need to edit it, these are the fields:
This is the vnum of the host that the jackpoint connects to.
Not currently implemented.
Not currently implemented.
This is the transfer speed of the jackpoint. The following values can be used here:
0: Unlimited.
-1: Capped at MPCP * 50.
Anything else: Capped at that number.
Not currently implemented.
The vnum of the RTG this jack connects you to when you execute the logon RTG
command.
The phone number that is displayed on caller ID if the decker uses this jackpoint to place a call.
A short string with the location of the jackpoint.
Allows you to set the light-level of the room. The list is not sorted in any particular manner.
Allows you to set the smoke level. Smoke shows up when you LOOK and can obscure vision / modify target numbers for actions performed in the room.
Allows you to configure various combat behaviors. Most of these have no real effect, except for Z-height, which should always be set.
Crowd has very little effect; this field adds to the TNs of Puma shamans if it is greater than 4. This value also shows up in SURVEY.
This field has no effect, other than showing up in SURVEY.
This field has no effect.
These three fields combine to form the dimensions of a room. Z is used for slouch penalties.
Background Count modifies TNs for spellcasting and magic use in the area. Background Count is covered in detail on Page 83 of 'Magic in the Shadows'.
Extra Descriptions are hidden descriptions that can be LOOKed at if you know the keyword. These keywords are generally hinted to within the room's description.
This field only appears if a room is set up as a water room OR the room is flagged as a falling room. This number is the TN to swim / stop from falling in the room.