Hi, I couldn't find another way to do this, so I made a simple action that checks two bools. If one bool is true and one is false, the condition is met, and it fires one event, and if not, fires another event. Of course, you can use either event or both.
Update: as requested, I adapted a version with any number of bools to check the condition. The basic version is still useful when you need to check just a pair.
Also See:Bool None True (not well named, I recreated it as I was looking for an Bool All False)
Bool All True