- Joined
- Sep 10, 2007
- Messages
- 16
I need some help on a trigger that would be in a Territories Map.
So far I have this...
midzoneD is a Unit Group Variable
Midzone is a region around the control point
For some reason this trigger doesn't seem to do anything. Any help would be greatly appreciated.
I dont usually post on the forums so I dont really get how to use the Trigger wraps please bear with me .
So far I have this...
- Midzone
- Events
- Unit - A Unit enters Midzone (Region)
- Conditions
- ((Triggering Unit) belongs to an enemy of (Owner of Control Point)) equals to True
- Actions
- Unit Group - Add all units of (Units in Midzone owned by (Owner of Control Point)) to midzoneD
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Condtions
- (midzoneD is empty) Equal to true
- Then - Actions
- Unit - Change ownership of Control Point to (Owner of (triggering unit)) and Change color
- Else - Actions
- Do nothing
midzoneD is a Unit Group Variable
Midzone is a region around the control point
For some reason this trigger doesn't seem to do anything. Any help would be greatly appreciated.
I dont usually post on the forums so I dont really get how to use the Trigger wraps please bear with me .