|
Dragonar Beginner
Joined: 14 Apr 2003 Posts: 16 Location: USA
|
Posted: Sun Feb 22, 2004 12:28 am
Mapper Question |
I speed walk to a room using the slowwalk option. i use
#NODIR
#stop
#wait 700
#step
when my MUD says "Now dont be so hasty"
I have triggers for "you see exits leading" where I do #OK.
It works great, I reach my destination , but the problem I am having is that if the direction I have to process after the "Now dont be so hasty" message is the last direction I need to process to reach my destination.. I go to it but my position is not updated on the map.
If there are more than one directions after that message the mapper updates fine.
I was wondering if there is a function I can use to set my position on the map like pushing the set button with the pin on the mapper window. And also if there is a way to correct or tell me wat I am doing wrong.. it would be most appreciated.
Thankyou for your answers. |
|
|
|
Dragonar Beginner
Joined: 14 Apr 2003 Posts: 16 Location: USA
|
Posted: Sun Feb 22, 2004 7:27 am |
Any have any idea?
|
|
|
|
Kronas Wanderer
Joined: 28 Dec 2003 Posts: 62 Location: Australia
|
Posted: Sun Feb 22, 2004 2:23 pm |
try this command onroomenter {#PAUSE;#ALARM {+3} {#STEP}}
|
|
|
|
|
|