Need help making a trigger

Posted by TheExile on Mon 06 Jun 2011 08:42 PM — 3 posts, 17,822 views.

#0
This is probably a painfully easy thing to figure out but I'm just not getting it.

I trying to make a trigger to match a tracking skill and move me in the direction the target is.

You focus and sense their energy * of here.

* being the direction I need to move (north/south/east/west/up/down) before I can track them again.

I had this done by making a trigger for each direction but I decided it was needless clutter but I'll go back to that if I can't get this working.
USA #1
Well, with "regular expression" unchecked (i.e. just a plain trigger), you can use exactly what you just pasted:
You focus and sense their energy * of here.

But if you want a little more precision, you can check "regular expression" and use this:
^You focus and sense their energy (north|south|east|west|up|down) of here\.$
#2
Ah yes thank you for your help, what I did have wasn't working because I set it to speed walk instead of send to world...

*facepalm*