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

Not a single trigger works.for no reason.

Status
Not open for further replies.
Level 4
Joined
Jun 8, 2007
Messages
29
Hello, so this is a map im working on very long,it all works fine.But then suddenly,a ton of triggers stop working. It is simple as that.I tried making totally new trigger with simple 'game:show message',not even that can work!? is there some known bug maybe or something that simply prevents all to work. it may sound funny,but its like that really.
PS:instead of a ton of triggers not working,i really mean 0 of them work.
update:i delete all triggers,and i put only one with message after 2 seconds.guess what? that is right,it does not show. so,can it be a case of damaged file? i knew it is something strange.
 
Last edited:
Chances are you set to many variables in the variable editor to the max limit.

Check out my tutorial things a GUIer should know. The chapter on the variable editor.

Also you can upload files by going to the advanced tab on a post and clicking the manage attachment button down the bottom of the page.

The problem is as I expected. (although a little different)

Edit: Here is the problem.
You set some of your variables to 8192. You should never do this. Most variables only need to be initialized to 1. There is more explanation on which ones and why in my tutorial.

Your triggers are also very inefficient. Never use integer A/B
Anything used twice or more should be stored into a variable and the variable should be used.
You should look at my tutorial Things a GUIer should know on how to make things more efficient.
Only time you need to use And all condition block is inside an or condition block.
You also have a lot of leaks look at the tutorial Things that leak. (there is a small explanation in my tutorial i believe)
 
Status
Not open for further replies.
Top