Hi, I need to evaluate if a variable is in a range to trigger a screen switch function if it exceeds the range. But the chatch is that the minimal and maximal value for the variable may change depending on another variable.
Lets say I want to evaluate Var_A in range 1 to 10 if Var_B is True or evaluate it in range 20 to 30 if Var_B is False.
As far I tryed to use a reaction matrix, but I don't find a way to make the range values dinamic. Also I tryed to use limite values on Var_A, but it starts with the value 0, so it automaticlly triggers the function withut the need to change it's value.
How could I get the desired behavior?