aaronfranke Maybe something like this:
Create a global variable
For each condition that you're testing:
when true, trigger once: add one to global variable
when false, trigger once: deduct one from global variable
If global variable = 5: do your thing