• 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 parse order and dependencies

Status
Not open for further replies.
I am interested if there's a specific order triggers are parsed in. For example, I have one trigger with a function X that calls function Y from another function, but if I modify the function Y to call X instead (X no longer calls Y), I get an error.

Is there any way I can set up those dependencies in jass (not vjass)? In vjass I'd simply use libraries.
 
Level 23
Joined
Apr 16, 2012
Messages
4,041
even tho bad practice, you can place your code into the "header"(when you have the left-side view, you have the folders and GUI Triggers, and if you click on the map name, there it is)(guide is only if you forgot where it is, or dont know it exists)
 
Status
Not open for further replies.
Top