- Joined
- Aug 3, 2004
- Messages
- 2,909
I have the following trigger. The problem is that it activates when the structure is ordered to upgrade.
How do I stop it activating when a building is ordered to upgrade?
How do I stop it activating when a building is ordered to upgrade?
-
Conversion Setup
-

Events
-


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

Conditions
-


(Issued order) Not equal to (Order(upgrade))
-


Or - Any (Conditions) are true
-



Conditions
-




(Unit-type of (Triggering unit)) Equal to Rift
-




(Unit-type of (Triggering unit)) Equal to Bastion
-




(Unit-type of (Triggering unit)) Equal to Parapet
-
-
-


Or - Any (Conditions) are true
-



Conditions
-




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




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

Actions
-


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



If - Conditions
-




(Level of Mana Conversion (Dummy) for (Triggering unit)) Equal to 0
-
-



Then - Actions
-




Unit - Add Mana Conversion (Dummy) to (Triggering unit)
-
-



Else - Actions
-




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





If - Conditions
-






(Level of Mana Conversion (Dummy) for (Triggering unit)) Equal to 1
-
-





Then - Actions
-






Unit - Remove Mana Conversion (Dummy) from (Triggering unit)
-
-





Else - Actions
-
-
-
-
-









