• 🏆 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!

[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