Hi Chris!
In my current project I'd like to check not only single variables, but a lot of different variable ranges. Managing this via actions is a bit cumbersome at the moment and I get easily lost in too many confusing "Variable - Check" actions (see screenshot, left part).
A "Variable - Check - Compare with: Value Range" option would be extremely helpful (see mockup in screenshot, right part).
What do you say, would this be a possible feature in future AC releases?
Thanks!

Comments
You can do operations like this, and more, by using parameters. Parameterised ActionLists are great for grouping multiple Actions together like this.
If you create an ActionList asset that has the two Actions on the left, and parameterise the variable, the "less than" value, the "more than" value, and the ActionLists to run if it's correct / not correct, then you can call the ActionList whenever you need to compare a variable in this way.
The safer way to do it, I think, would be to have the parameterised ActionList set it's result to a special Global Variable that can be checked by the original ActionList.
So in your example above, you'd have a new bool var called "Within range", that's set to true if your two Variable: Check Actions result in "condition is met". You'd then follow up the ActionList: Run call with a Variable: Check Action to check the state of the bool. You could re-use the same bool for any other checks like this.
VarSimpleTest:
Check_VarSimple: