|
einar Wanderer
Joined: 06 Nov 2000 Posts: 80 Location: USA
|
Posted: Thu Jan 17, 2002 5:27 am
Mapper trouble |
Ok, sometimes when using the mapper, it will move me to the next room when using #WALK, but the mapper wont follow me (in follow mode) And the next walk I do will start shooting me in all kinds of directions, is there anyway to make sure the mapper follows me? I have the walk in an alias like this:
#ADD gotoroom 1
#WALK @gotoroom
|
|
|
|
Castaway GURU
Joined: 10 Oct 2000 Posts: 793 Location: Swindon, England
|
Posted: Thu Jan 17, 2002 9:01 am |
The only way to make sure it really follows you, is to turn off the option 'Match descriptions during speedwalk' so that it doesn't check if the room you move to matches the one on the map. (In the mapper settings, under Speedwalking)
Lady C. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Jan 17, 2002 5:10 pm |
You could use the teleport command to ensure the mapper is in the room you walked to last before you start your next walk.
#TELEPORT @gotoroom
#ADD gotoroom 1
#WALK @gotoroom
LightBulb
All scripts untested unless otherwise noted |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Jan 18, 2002 1:10 am |
#ADD gotoroom 1
#WALK @gotoroom
#TELEPORT @gotoroom
Might be a little better. Since the WALK command is sending the direction for you. Only problem with this tactic is that if you have room scripts they will activate on both the walk and the teleport. |
|
|
|
|
|