• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

Selection system messing up a map

Status
Not open for further replies.
Level 7
Joined
Aug 29, 2007
Messages
336
I've run into some weird stuff. I've put in a selection system to my map, and suddenly the map wont work. The teams dissapear and you cannot start the map. (Picture attached to post)
I've also attached the map, if someone would take a look at it I would be pleased :wink:
 

Attachments

  • WTF.jpg
    WTF.jpg
    52.9 KB · Views: 120
  • Hero Defence.w3x
    160.3 KB · Views: 54
Level 7
Joined
Aug 29, 2007
Messages
336
It's GUI.
The map won't even start. When you start it you get thrown back to the map selection :p
 
Level 8
Joined
Dec 8, 2007
Messages
312
why did you set all array sizes to 1 if you need 4? anyway , that wasn't your problem.
your problem: you used custom script to set udg_X[udg_Counter]. in variables list there is no udg_X or udg_Y

after I made X and Y variables and set all array sizes to 4(just in case) everyting seems fine.

here is proving picture
 

Attachments

  • New Image.JPG
    New Image.JPG
    99 KB · Views: 180
Level 7
Joined
Aug 29, 2007
Messages
336
Thank you very much.
The reason I only used 1 array was only for testing purposes :)
+rep
Solved!
 
Status
Not open for further replies.
Top