- Joined
- Dec 9, 2009
- Messages
- 397
Is there a way to detect when a unit begins running at something to attack?
if GetIssuedOrderId() == S2I("attack") then
I'll try adding the event unit acquires a target
So, can I find out what the target is if I use that?