• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

[Trigger] GUI Array Index error

Status
Not open for further replies.
Level 2
Joined
Jun 4, 2009
Messages
8
Move Creeps
Events
Unit - A unit enters Spawn Back <gen>
Conditions
(Owner of (Triggering unit)) Equal to Neutral Hostile
Actions
Unit - Move (Triggering unit) instantly to (Random point in Variable1[(Random integer number between 1 and 3)])
Custom script: call RemoveLocation(udg_Variable1)


Whenever I go to save this trigger it auto dis-enables it.

Variable
Name: "Variable1" Variable Type: "Region Array (1)" Initial Value: "none"

Why doesn't this work.
 
Status
Not open for further replies.
Top