• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Is there any way to remove all points in massive?

Status
Not open for further replies.
Level 3
Joined
Nov 26, 2009
Messages
35
For example, i have something like this:

Point[1] = etc
Point[2] = etc
Point[3] = etc
Point[4] = etc
Point[5] = etc
Point[6] = etc

So how to remove all these points at once via custom script?

Right now im removing them like that:

Custom script: call RemoveLocation(udg_Point[1])
Custom script: call RemoveLocation(udg_Point[2])
Custom script: call RemoveLocation(udg_Point[3])
...
 
Status
Not open for further replies.
Top