- Joined
- Mar 27, 2008
- Messages
- 8,035
How to detect the Event ?
I tried with detecting the Issued Order ID with this trigger;
Is there any other way ?
I tried with detecting the Issued Order ID with this trigger;
-
Untitled Trigger 002
-
Events
-
Unit - A unit Is issued an order with no target
-
-
Conditions
-
Actions
-
Custom script: if GetIssuedOrderId() == 851976 then
-
Custom script: call BJDebugMsg("Cancel")
-
Custom script: endif
-
-
Is there any other way ?