- Joined
- Dec 28, 2009
- Messages
- 257
Heya folks, basic question..
When ive got Point Array with like 10 points (created by loop), can i somehow delete them all with one simple command?
Cause when i tried something like
So, is there any way how remove those points without having 10 lines for each integer array?
thanks
When ive got Point Array with like 10 points (created by loop), can i somehow delete them all with one simple command?
Cause when i tried something like
-
For each (Integer Number) from 1 to 10, do (Actions)
-
Loop - Actions
- Custom script: call RemoveLocation (udg_Point[Number])
-
Loop - Actions
So, is there any way how remove those points without having 10 lines for each integer array?
thanks