Expression Stat Help
Expression Stat Help
Having trouble making an expression stat on H2N4. What I would like to do is: (1 - Value(Stat A)) * Value(Stat B)
Example:
Stat A = 60%
Stat B = 50%
Result = (1 - .60) * .50 = 20%
Reply...
2 Replies
Hello,
Could you try making the expression this way:
(1 - (Value(Stat A) / 100)) * (Value(Stat B) / 100) * 100
Reply...