Hello friends!
For my techtree trigger I need to count units of type "Goblin Laboratory" on the map.
But I'm afraid it will leak because of "dynamic unit group". Will it?
Thank you in advance for your reply!
My trigger:
For my techtree trigger I need to count units of type "Goblin Laboratory" on the map.
But I'm afraid it will leak because of "dynamic unit group". Will it?
Thank you in advance for your reply!
My trigger:
-
Units Restrictions
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Limit training of Troll Assassin (normal form) to 1 for (Picked player)
-
Player - Limit training of Death Knight (dark horde) to 1 for (Picked player)
-
Player - Make Troll Berserker (dark horde) Unavailable for training/construction by (Picked player)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in (Units of type Goblin Laboratory)) Equal to 0
-
-
Then - Actions
-
Player - Make Goblin Zeppelin (dark horde) Unavailable for training/construction by (Picked player)
-
-
Else - Actions
-
-
-
-
-