|
Leontes Beginner
Joined: 18 May 2004 Posts: 16
|
Posted: Wed Aug 17, 2005 1:52 pm
Quick question about the map and triggers |
I have sifted through the help files and searched google, but I guess I am not using the correct keywords.
I am looking for a command to set my current location on the map via a trigger.
So for instance - my automap has gotten out of sync and displays the wrong position on the map, so I want it to set my current position when I trigger stuff like "Entrance to the city of Doom".
Something like
#trigger (Entrance to the city of doom)
#setCurrentPositionOnMap (roomnumber)
Or something similar. |
|
|
|
geosmith Wanderer
Joined: 23 Apr 2005 Posts: 57
|
Posted: Wed Aug 17, 2005 4:17 pm |
#TRIG {Entrance to the city of Doom} {#TE roomnumber "zonename"}
Add the option "noclear" to this command to prevent the mapper queue from being cleared by the walk. |
|
|
|
|
|