• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[No clean solution] Triggers - Access gameplay constant value

Status
Not open for further replies.
Level 8
Joined
Oct 4, 2016
Messages
208
the value of defense by agility is a CONSTANT, the value is always the same unless you change it, the only thing you need is to declare a global variable of real type and define it in the Map Initialization, with the value of the constant.
Every time you need the constant value, use the variable instead.
 
Status
Not open for further replies.
Top