|
Maddux31 Beginner
Joined: 03 Jan 2003 Posts: 12 Location: USA
|
Posted: Sat Jan 04, 2003 8:01 am
Autokiller help |
I remember seeing a previous post but I cannot find it again, what I am wanting to do is make an autokiller for someone who flees.
Dragon panics, and attempts to flee.
Dragon leaves west.
What would be the easiest way to go about this?
Thanks |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Sat Jan 04, 2003 8:32 am |
#TRIGGER {(%x) panics, and attempts to flee.$(%x) leaves (%t).} {#IF (%1 == %2) {%3;kill %1}}
Better if you have a variable set (eg: @Victim) for who you are beating up upon then you can:
#TRIGGER {@Victim panics, and attempts to flee.$@Victim leaves (%t).} {%1;kill @Victim}
else you will auto attack anything fleeing.
Ton Diening |
|
|
|
|
|