I have something like this:
Set TempPoint1 = somewhere
Create 1 unit of some type at TempPoint1
Save Handle of TempPoint1 as 0 of last created unit in Hash
call RemoveLocation(udg_TempPoint1)
and the custom script seems to erase even the point from the hashtable. Is it really possible, or have I done something else wrong?
Set TempPoint1 = somewhere
Create 1 unit of some type at TempPoint1
Save Handle of TempPoint1 as 0 of last created unit in Hash
call RemoveLocation(udg_TempPoint1)
and the custom script seems to erase even the point from the hashtable. Is it really possible, or have I done something else wrong?