- Joined
- Apr 27, 2005
- Messages
- 28
I got this trigger which is supposed to make this builing be able to be shared by all players on a force so it can be used for teching. Such as the circles of powers in tech warz if you know what i meen by that.
Here is the trigger i have so far...
Town circle
Events
Unit - A unit enters CityCircle <gen>
Conditions
Actions
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 1
(Red) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 2 (Blue) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 3 (Teal) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 4 (Purple) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 5 (Yellow) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 6 (Orange) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 7 (Green) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 8 (Pink) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 9 (Gray) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 10 (Light Blue) and Change color) else do (Do nothing)
Here is the trigger i have so far...
Town circle
Events
Unit - A unit enters CityCircle <gen>
Conditions
Actions
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 1
(Red) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 2 (Blue) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 3 (Teal) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 4 (Purple) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 12 (Brown)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 5 (Yellow) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 6 (Orange) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 7 (Green) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 8 (Pink) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 9 (Gray) and Change color) else do (Do nothing)
If (((Triggering unit) belongs to an ally of Player 11 (Dark Green)) Equal to True) then do (Unit - Change ownership of Towncircle (large) 0013 <gen> to Player 10 (Light Blue) and Change color) else do (Do nothing)