- Joined
- Mar 6, 2015
- Messages
- 130
hello
I`v Encountered a very horrible thing a trigger which is creating approximately 30k Leaks!
I`m Using
I`v Encountered a very horrible thing a trigger which is creating approximately 30k Leaks!

-
For each (Integer CGR_LoopInt) from 1 to CGR_IntMax, do (Actions)
-
Loop - Actions
-
Set CGR_loc = (Load (Key (Loc + (String(CGR_LoopInt)))) of (Key (Picked unit)) in CGR_Hash)
-
Custom script: call RemoveLocation(udg_CGR_loc)
-
-
I`m Using
-
Leak Finder
-
Events
-
Time - Every 0.09 seconds of game time
-
-
Conditions
-
Actions
-
Set Debug = (Point(0.00, 0.00))
-
Custom script: call BJDebugMsg(I2S(GetHandleId(udg_Debug)-0x100000))
-
Custom script: call RemoveLocation(udg_Debug)
-
-