[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?
 
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.
Back
Top