1.) Is putting a loop inside a loop bad?
2.) To put a space or not to put a space?
-
Loop
-
Events
- Time - Elapsed game time is 5.00 seconds
- Conditions
-
Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Loop - Actions
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
- Unit - Create 1 Footman for (Owner of (Picked unit)) at (Center of (Playable map area)) facing Default building facing degrees
-
Loop - Actions
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
-
Events
2.) To put a space or not to put a space?
- Custom script: call RemoveLocation (udg_TempPoint)
- Custom script: call RemoveLocation(udg_TempPoint)