Checking if multiple things are true in dialogue condition...
Posted: Fri Nov 08, 2024 10:36 pm
I want a dialogue option to only show if all the conditions below are met. Is this the correct way to do it? I have also been trying to use "or" and have had no luck with that either. When I use the code below The text never shows up, even if all the conditions are met. What do I need to do differently? I am importing from articy draft if that makes a difference....
Variable["player_stats.Thing"] >= Variable["difficulty.very_easy"] and
Variable["player_stats.Thing"] < Variable["difficulty.easy"] and
isInRange(Variable["player_stats.DifferentThing"], 0, 40)
Thank you in advance !!!
Variable["player_stats.Thing"] >= Variable["difficulty.very_easy"] and
Variable["player_stats.Thing"] < Variable["difficulty.easy"] and
isInRange(Variable["player_stats.DifferentThing"], 0, 40)
Thank you in advance !!!