|
danr62 Beginner
Joined: 17 May 2003 Posts: 20 Location: USA
|
Posted: Fri Jul 04, 2003 8:38 pm
Mapper and Swimming |
How would you configure Zmud to make the mapper catch swimming commands?
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Jul 05, 2003 6:45 am |
#trigger {swim (%w)$} {#move %1}
The manual entry on #MOVE uses a full direction name (north), so you might need to do a little processing if single-letter directions don't work. |
|
|
|
geniusclown Magician
Joined: 23 Apr 2003 Posts: 358 Location: USA
|
Posted: Sat Jul 05, 2003 4:58 pm |
You could also change up the DIRs: #DIR ns "n|north|swim n" n
You can change the existing DIRs in the System|Directions and System|DirectionsDiag classes of settings.
For more information on how it works, look in the Help files under "DIR" |
|
|
|
zex0s Wanderer
Joined: 29 Jun 2003 Posts: 64
|
Posted: Sun Jul 06, 2003 3:51 am |
this solution works to some degree for my 'flee direction' commands as well, however, now my mapper sends "open flee direction" and changing the order of the directions didnt change this.. I made a temporary solution by making an alias called opn {open %2} and telling the automapper to use opn instead of open.. it's a kludge, but works for me.
|
|
|
|
|
|