- Joined
- Dec 31, 2007
- Messages
- 780
i have a doubt...
i have a large map full of variables, triggers, units, and unfortunatly ... leaks
if i want to remove (for ie) 50 position leaks (including different kinds of triggers) do i have to use different variables on each? if i use the same on every one of them could this cause troubles?, can i use arrays? if so.. how can i make a custom script to refer to an array...
call RemoveLocation(udg_Temp_Point[34]) ?
also for unit group leaks
i have a large map full of variables, triggers, units, and unfortunatly ... leaks
if i want to remove (for ie) 50 position leaks (including different kinds of triggers) do i have to use different variables on each? if i use the same on every one of them could this cause troubles?, can i use arrays? if so.. how can i make a custom script to refer to an array...
call RemoveLocation(udg_Temp_Point[34]) ?
also for unit group leaks