 |
Aarlot Adept

Joined: 30 Dec 2003 Posts: 226
|
Posted: Thu Jan 08, 2004 7:45 am
Following someone and the map |
I'm not really good at zmud, and i was wondering if anyone knew how to make the automapper know that you'd moved a room, when you aren't actually entering the move command. So:
XXXXXX leaves east.
You follow XXXXXX.
would make the automapper move the "current position" 1 east.
Any idea how i could do this? |
|
|
|
 |
Danlo Magician

Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Thu Jan 08, 2004 8:08 am |
Try the Move command:
#trigger {(%w) leaves (%w).$You follow (%w)} {#move %2}
This is a multiline trigger. The $ indicates the end of the first line, and the start of the next. |
|
|
|
 |
Aarlot Adept

Joined: 30 Dec 2003 Posts: 226
|
Posted: Thu Jan 08, 2004 8:35 am |
Thnx, worked nicely. Didn't know you could do multiple-line triggers... :D
|
|
|
|
 |
|
|
|