• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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