Hatebreeder
So many apples
- Reaction score
- 381
There is a leak in your spell:
Code:Set TC_NumberOfUnits = (Number of units in (Units within 225.00 of TC_CasterLocation matching ((((Matching unit) is A structure) Equal to False) and ((((Matching unit) is Magic Immune) Equal to False) and ((((Matching unit) is dead) Equal to False) and ((((Matching unit) is in TC_G
You got a unit group leak there. I didn't find any other leaks, so once you fix this one and write importing instructions the spell will be approved.
But that's a Integer Value... Since when do Integers Leak? :S
And, how to I remove Integers?
I can't do
Code:
call RemoveLocation(udg_TC_NumberOfUnits)
set udg_TC_NumberOfUnits = null