• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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