- Joined
- May 7, 2016
- Messages
- 38
Since i have UnitGroup(array[4])
This does not work:
What is the correct way?
This does not work:
-
Custom script: call DeleteGroup(udg_UnitGroup)
-
For each (Integer A) from 0 to 3, do (Actions)
-
Loop - Actions
-
Custom script: call DeleteGroup(udg_UnitGroup[GetForLoopIndexA])
-
-
Custom script: call DeleteGroup(udg_UnitGroup[0])
-
Custom script: call DeleteGroup(udg_UnitGroup[1])
-
Custom script: call DeleteGroup(udg_UnitGroup[2])
-
Custom script: call DeleteGroup(udg_UnitGroup[3])
What is the correct way?