Lua variable conditions
Posted: Fri Feb 23, 2018 9:30 am
Howdy,
So, I confirmed that I'm receiving the correct values for a variable when I access it during a dialogue,
I have two branches, with the following conditions:
Variable["DiceValue"] >= 10
Variable["DiceValue"] < 9
But the condition always 'fails' (<9) even when the value is greater than 10. What am I doing wrong here?
So, I confirmed that I'm receiving the correct values for a variable when I access it during a dialogue,
I have two branches, with the following conditions:
Variable["DiceValue"] >= 10
Variable["DiceValue"] < 9
But the condition always 'fails' (<9) even when the value is greater than 10. What am I doing wrong here?