custom stats if(exp, then, else)
hi! im working on a custom stat and i was wondering if there was a way to add 2 if(exp , then, else) expressions together like this :
if(exp , then, else) + if(exp , then, else) . the 2 expressions work well alone but when i addition them together i never seem to get the rights results. i also seem to get trouble with : if(exp , then, else) + x when the if expression is negative : ex.: if the if expression is worth -2 : if(exp , then, else) + 5 , i get 4 as a result
thank you!
if(exp , then, else) + if(exp , then, else) . the 2 expressions work well alone but when i addition them together i never seem to get the rights results. i also seem to get trouble with : if(exp , then, else) + x when the if expression is negative : ex.: if the if expression is worth -2 : if(exp , then, else) + 5 , i get 4 as a result
thank you!
