I'd like a action where you can set the number of bools to test (like 5) and a list pops up. You then tell it which variable and if on or off. If all 5 are correct (wheather true or false), then a transition is implemented, if not then another transition.
So bool 1-true, bool 2-true, bool3-false, bool 4-true, bool 5-false
So it has to be TTFTF to give a 'correct'. if any are not correct, then it give a 'not correct'. this way, each bool does not have to be true to work. You can set them to look for true or false for each bool.