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

[Trigger] MAP doesn't run any triggers

Status
Not open for further replies.
Level 5
Joined
Sep 22, 2012
Messages
90
title says it,

I tried to open my map with a whole lot of trigger then somehow my triggers doesn't work?? even map initialization with game display message "init" doesn't work??

did i mess something with war3 stuff?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,255
Or he could disable triggers until it works again. Or remove global variable arrays from the GUI variable list until it works again. As mentioned earlier, most likely cause is the initialization thread hitting the op limit and thus crashing before everything is initialized. Since variables are initialized before events, it would mean all triggers have no events and so no triggers will run. Avoid by using global tags in vjass or using global arrays with very small sizes (mostly 1 will work with the exception of a few types that GUI lacks actions to create).
 
Status
Not open for further replies.
Top