i have this script here i'm not so sure of. i want to prevent a leak, and i'm wondering if calling this script will destroy point1.
Set point1 = (Random point in random mobs 3 <gen>)
Unit - Create 1 Black Goblin for Player 12 (Brown) at point1 facing Default building facing degrees
Custom script: Call RemoveLocation(udg_point1)
also, do i need to do this to prevent a memory leak from point1? thanks.
Set point1 = (Random point in random mobs 3 <gen>)
Unit - Create 1 Black Goblin for Player 12 (Brown) at point1 facing Default building facing degrees
Custom script: Call RemoveLocation(udg_point1)
also, do i need to do this to prevent a memory leak from point1? thanks.