• 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.

What The #$%! ??

Status
Not open for further replies.
Making this a bit brief;

I was doing an Arathi test map for a THW user when I hit like.. Cntrl + S or something while in a trigger window. All of a sudden I got this (shown below) instead of the normal text. Everything I've done to try and reverse it has failed.

This view is going to KILL me. Anyone know of a fix?

Edit: I also seem to have another problem;
I made triggers to detect if a unit enters a region, to check if the unit is owned by players 1 through 5, and if so, add +1 to an integer variable.
I currently have a test trigger running that shows the value of the integer variable every 3 seconds.
So far, having moved all 5 units (1 owned by each player, 1 through 5), the integer will not change.
I've done this 3 million times before, and I know the GUI code is fine.
I will upload to map just to be on the safe side.
What the hell did the last update do?
I just made this map as well, it's not an old one, so its not like it's corrupted GE data.
Does anyone have explanations??

Wtf.png
 

Attachments

  • ArathiTest.SC2Map
    129.2 KB · Views: 56
Last edited:
Level 13
Joined
Apr 15, 2008
Messages
1,063
It's CTRL + D, and as in data editor, it toggles "raw data" display, in this case it displays function names instead of text descriptions.

The IF condition is wrong, you missed an OR block. This condition would be true ony if the unit was owned each of those players. Besides, thanks to the fact that players are integers now, you could use "Within bounds" condition to compare owner.
 
Status
Not open for further replies.
Top