- Joined
- May 29, 2009
- Messages
- 77
I just read the basic memory leak tutorial and tried to fix a spell of mine.
Thanks in advance
Nugamentum
-
Rotation
-
Ereignisse
-
Zeit - Every 0.01 seconds of game time
-
-
Bedingungen
-
Aktionen
-
Einheitengruppe - Pick every unit in (Units of type Chargeball [dummy]) and do (Actions)
-
Schleifen - Aktionen
-
Set Temp_Group = (Last created unit group)
-
Einheit - Set the custom value of (Picked unit) to ((Custom value of (Picked unit)) - 3)
-
Einheit - Move (Picked unit) instantly to ((Position of caster[(Player number of (Owner of (Picked unit)))]) offset by (Leben of (Picked unit)) towards (Real((Custom value of (Picked unit)))) degrees)
-
Custom script: call DestroyGroup( udg_Temp_Group )
-
-
-
-
Thanks in advance
Nugamentum