- Joined
- Jun 7, 2008
- Messages
- 440
I have two triggers, both have relatively the same thing. though one works and one does not.
TRIGGER 1
TRIGGER 1
-
Events
-
Unit - a unit owned by player 1 (red) finishes training a unit
-
Conditions
-
((Trained unit) is A structure) Equal to false
-
(Unit-type of (trained unit)) not equal to citizen 1
-
(Unit-type of (trained unit)) not equal to citizen 2
-
(Unit-type of (trained unit)) not equal to citizen 3
-
Actions
-
Set Red = (Red +1)
-
Events
-
A unit owned by player 1 (red) Dies
-
Conditions
-
((Trained unit) is A structure) Equal to false
-
(Unit-type of (trained unit)) not equal to citizen 1
-
(Unit-type of (trained unit)) not equal to citizen 2
-
(Unit-type of (trained unit)) not equal to citizen 3
-
Actions
-
Set Red = (Red -1)