- Joined
- Dec 9, 2009
- Messages
- 397
I'm trying to disable patrol in my map, I've tried a few different things, but the one i like best is this trigger, but it's not working 100% of the time. Is there something that can be added to make it work all the time?
-
Disable Patrol
-

Events
-


Unit - A unit Is issued an order with no target
-


Unit - A unit Is issued an order targeting a point
-


Unit - A unit Is issued an order targeting an object
-
-

Conditions
-

Actions
-


Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




(Issued order) Equal to (==) (Order(patrol))
-
-



Then - Actions
-




Unit - Add classification of A peon-type unit to (Ordered unit)
-
-



Else - Actions
-




Unit - Remove classification of A peon-type unit from (Ordered unit)
-
-
-
-








