Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Dec 21, 2002 1:08 pm |
Sorry, can't reproduce what you are talking about. Here is what I do to test it:
In a new map I created four rooms
Room1 went north to Room2, Room3 went west to Room4
I created a new two-way link between Room2 and Room3
The command for Room2's side was "in" and for Room3's side was "out"
I created two new directions g=in, h=out
I set my location in Room1 and using %walk to get the speedwalk to Room4 correctly returnas ".n;in;.w"
This also works if I set my position in Room4 and get the speedwalk to Room1: ".e;out;.s"
If I set my position in Room1 and I type north;#OK;in;#OK;west;#OK (the #OKs are there so zMUD accepts the directions, since I am testing it offline), I end up in Room4 as expected
If I set my position in Room1 and I type .ngw;#OK;#OK;#OK, north;in;west is correctly sent to the MUD and I end up in Room4 as expected
Kjata |
|