- Joined
- Oct 24, 2012
- Messages
- 6,545
im trying to find out how to remove a bunch of location through a loop i know the normal call RemoveLocation( udg_Random_Point[.] ) the . being the number but how do i remove it for a loop from 1 to 38 or so do i put it in a loop then do call RemoveLocation( udg_Random_Point[for integer a] ) or something like tht ?