Hi, for whatever reason this trigger doesn't work. It's meant to simply make the units in the group move when they stop and the same for the hero. Any ideas?
EDIT: The Game Message is there for me to try seeing when the trigger works but I never got to see the message (so it doesn't work)
-
Make Unit Move When Stop
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
((Ordered unit) is in HordeGroup) Equal to True
-
(Ordered unit) Equal to Zombie_Hero
-
-
-
(Issued order) Equal to (Order(stop))
-
-
Actions
-
Game - Display to (All players) the text: 1
-
Unit - Order (Ordered unit) to Attack-Move To ZombieTarget
-
-