|
tejing Wanderer
Joined: 21 Dec 2001 Posts: 59 Location: USA
|
Posted: Sat Aug 02, 2003 6:24 am
mapper commands |
how do i get a script to send a direction command to the mud and have the automapper actually map the new room it goes to?
Tejing |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Mon Aug 04, 2003 1:14 pm |
Have a see at the #MAP command:
quote:
MAP
Syntax: #MAP direction
Related: #PATH
Add the specified direction to the current path being recorded. Also sends the location to the mapper to move you on the map.
MAP examples
#MAP north
if the current path is .s then the path is updated to be .sn. If the current path is .2n then the path is updated to be .3n. Then you are moved one square north on the map.
#TRIGGER {%w leaves (%w)} {#MAP %1}
Follows the leader of your group and updates the map location
If directions aren't being added to the map queue then you might have this problem then you have a undefined #DIR issue.
Search reveals other solutions like
this, |
|
|
|
|
|