[GSP] Stop monster path/mission movement

PhantomMir3

Loyal Member
Loyal Member
Jul 22, 2016
24
0
27
After I have set the monsters to attack a specific part of the map how do I tell them to stop before they reach the destination? Right now I have to wait for them to reach the path/mission location before they will listen to another command.

For example if I tell them to do a full attack and then a few seconds later change my mind and tell them to attack the middle they will not stop the attack to return to the middle.

#IF
#SAY
<Full Attack/@fullattack>\
<Attack the middle of the map/@attackmiddle>\
<Stop and hold position/@stopattack>\

[@fullattack]
#IF
#ACT
AddPath 26, 50
ApplyPath "T005,55,100,150" MirSoldier
ClearPath
Speak "Full attack push all the way!"

[@attackmiddle]
#IF
#ACT
AddPath 99, 54
ApplyPath "T005,55,100,150" MirSoldier
ClearPath
Speak "Attack and hold the middle!"



[@stopattack]
#IF
#ACT
???????????