- Joined
- Nov 6, 2008
- Messages
- 8,316
I have MUI variables, e.g.:
Set MUI = (MUI + 1)
Set Caster [MUI] = (Casting unit)
Set Point [MUI] = (Position of Caster [MUI])
Set Group [MUI] = (Units within 300.00 of (Point [MUI]))
-> How to clean those up? <-
Custom script: call RemoveLocation (udg_Point[?])
Custom script: call DestroyGroup (udg_Group[?])
Custom script: set udg_Caster[?] = null
How to detect the number of the array to clean it up?
Rep will of course given, thank you in advance.
Set MUI = (MUI + 1)
Set Caster [MUI] = (Casting unit)
Set Point [MUI] = (Position of Caster [MUI])
Set Group [MUI] = (Units within 300.00 of (Point [MUI]))
-> How to clean those up? <-
Custom script: call RemoveLocation (udg_Point[?])
Custom script: call DestroyGroup (udg_Group[?])
Custom script: set udg_Caster[?] = null
How to detect the number of the array to clean it up?
Rep will of course given, thank you in advance.