- Joined
- Jul 31, 2004
- Messages
- 29
[trigger=My Trigger]MyTrigger
Events
A Unit completes the training of a Unit
Conditions
Actions
If ((Unit-type of (Trained unit)) Gleich Sheep 01) then do (Set Income[1] = (Income[1] + 1)) else do (Do nothing)
If ((Unit-type of (Trained unit)) Gleich Footman 02) then do (Set Income[1] = (Income[1] + 2)) else do (Do nothing)[/trigger]
Events
A Unit completes the training of a Unit
Conditions
Actions
If ((Unit-type of (Trained unit)) Gleich Sheep 01) then do (Set Income[1] = (Income[1] + 1)) else do (Do nothing)
If ((Unit-type of (Trained unit)) Gleich Footman 02) then do (Set Income[1] = (Income[1] + 2)) else do (Do nothing)[/trigger]
But thats just for 1 Player. I need it for 6.
and there are like 20 more of them...
Can i make 1 trigger for all 6 or do I have to make 1 for each player?
