[Solved] Shield Condition on/off

Status
Not open for further replies.
Use this trigger:
  • Tr
    • Events
      • Unit - A unit Is issued an order with no target
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Issued order) Equal to (Order(defend))
        • Then - Actions
          • Unit Group - Add (Triggering unit) to CE_Group
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Issued order) Equal to (Order(undefend))
            • Then - Actions
              • Unit Group - Remove (Triggering unit) from CE_Group
            • Else - Actions
and your condition becomes ((Triggering unit) is in CE_Group) Equal to True [Boolean comparison].
 
Status
Not open for further replies.
Top