[No clean solution] Triggers - Access gameplay constant value

Status
Not open for further replies.
Level 8
Joined
Oct 4, 2016
Messages
210
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