• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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