E
eLJoKa
Guest
I need a trigger that will count all the units that player 1 red has then add it to the leaderboard, i made one but it counts units,buildings i only want it to count the units is it possible and how?
Events: A unit finishes training (or whatever)
Conditions:
Actions: Pick all units owned by owner of triggering unit and do actions:
Loop Actions: If all conditions are true do Then Actions else do Else Actions:
If Conditions: Picked unit is a building equal to false
Then Actions: Set unit_counter equal to number of picked units
Else Actions: Do Nothing