-
Limiter
-
Events
-
Unit - A unit enters (Playable map area)
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Entering unit)) Equal to Turret
-
-
Then - Actions
-
Set Limiter = (Limiter + 1)
-
Set LimiterUnitID[Limiter] = (Last created unit)
-
-
Else - Actions
-
-
Unit - Remove LimiterUnitID[(Limiter - 3)] from the game
-
-