How to make "somewhere" exits?

For builders to discuss and ask building questions.
Post Reply
Dalvyn
Sword Grand Master
Sword Grand Master
Posts: 4708
Joined: Tue Jul 15, 2003 9:26 pm
Location: House of Wonder, Waterdeep

How to make "somewhere" exits?

Post by Dalvyn » Wed Aug 06, 2003 12:07 am

"Somewhere" exits are exits that can be used by typing a special keyword (something else than "north", "south", ...). Here are two examples of "somewhere" exits (actually, from character creation).

Code: Select all

DDIR_SOMEWHERE
female~
female~
EX_XAUTO -1 10317 0
DDIR_SOMEWHERE
male~
male~
EX_XAUTO -1 10316 0
Or, if you prefer a more general form:

Code: Select all

DDIR_SOMEWHERE
keyword~
keyword~
EX_XAUTO -1 room_vnum 0
That would lead to room "room_vnum" if someone types "keyword".
Post Reply