|
kdberg Beginner
Joined: 06 Jan 2003 Posts: 18 Location: USA
|
Posted: Sat Jan 11, 2003 8:18 am
Defining New Directions: IN and OUT? |
My mud uses in and out as standard directions. I entered the following commands:
#DIR io "in"
#DIR oi "out"
The mapper won't automatically recognize either of these. When I manually try to set the room exit to OTHER, it fills in the command OUT, and I have no way of indicating that the direction is actually IN. What am I doing wrong? |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Jan 11, 2003 12:33 pm |
When mapping use commands like:
>in
or:
>out
to create the non-standard exits.
Kjata |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Jan 11, 2003 8:14 pm |
Don't know that it will make any difference, but you might try using the entire #DIR syntax.
#DIR io "in" other
#DIR oi "out" other
LightBulb
Senior Member |
|
|
|
|
|