/
roa/
roa/lib/boards/
roa/lib/config/
roa/lib/edits/
roa/lib/help/
roa/lib/misc/
roa/lib/plrobjs/
roa/lib/quests/
roa/lib/socials/
roa/lib/www/
roa/lib/www/LEDSign/
roa/lib/www/LEDSign/fonts/
roa/lib/www/LEDSign/scripts/
roa/src/s_inc/
roa/src/sclient/
roa/src/sclient/binary/
roa/src/sclient/text/
roa/src/util/
REXITS

-=the exits submenu from RoAOLC's redit tool=-

RoAOLC allows the builder to specify exits from the room in any of
10 directions: the four cardinals, the half-cardinals, and up and
down. The list, submenu 8, looks like this:
 1.) Exit north,
 2.) Exit  east,
 3.) Exit south, 
 4.) Exit  west, 
 5.) Exit    up, 
 6.) Exit  down, 
 7.) Exit northeast, 
 8.) Exit southeast, 
 9.) Exit southwest, 
10.) Exit northwest,

Each has its own submenu, which looks like this:
 1.) Keyword     : (def)
<the keyword for looking in the direction or the door's keyword.>
 2.) Description :
(def)
<the descript seen while looking at the above keyword(s). An 'at'
     sign is required on a new line, afterwards.>
 3.) Exit Flags  :
<see below>
 4.) Key VNUM    : 0
<vnum for the KEY-type object which locks/unlocks this door>
 5.) To Room VNUM: 0
<vnum of the room to which this exit leads.>
 6.) Delete this exit
<to delete the exit.>

Exit flags:
 1.) ISDOOR
<the exit has a door>
 2.) ISCLOSED
<the door loads closed>
 3.) ISLOCKED
<the door loads locked, too>     
 4.) *TRAP_POISONED
<the door is a poisoned trap. DO NOT USE YET>
 5.) *TRAP_EXPLOSION
<the door is an exploding-type trap. DO NOT USE YET>
 6.) !PICK
<the lock cannot be picked>
See also wizhelp on rconnect and related commands for info on some new
redit commands.