- Joined
- Jan 25, 2011
- Messages
- 2,293
[SOLVED]
Alright so I have this trigger where I both need to detect if a unit begins training a unit or a unit is issued an order targeting a point (I think).
I've got this so far:
How can I merge the two actions into this one trigger?
Alright so I have this trigger where I both need to detect if a unit begins training a unit or a unit is issued an order targeting a point (I think).
I've got this so far:
-
Unit Started Build
-

Events
-


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


Unit - A unit Begins training a unit
-
-

Conditions
-


(Owner of (Triggering unit)) Equal to Player 1 (Red)
-
-

Actions
-


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



If - Conditions
-




(Issued order) Equal to (Order(build))
-
-



Then - Actions
-



Else - Actions
-
-
-
How can I merge the two actions into this one trigger?
Last edited:









