Why do you use the "uses ability" event? There should be a "receives Order" event, and you should be able to issue the triggering order to other units directly. You might need a switch for different kinds of orders (target unit, target point, no target), an adjustment for the order target point, so the squad does not try to stack up at one point, and some method to prevent recursion.
Why do you use the "uses ability" event? There should be a "receives Order" event, and you should be able to issue the triggering order to other units directly. You might need a switch for different kinds of orders (target unit, target point, no target), an adjustment for the order target point, so the squad does not try to stack up at one point, and some method to prevent recursion.