Basically I want to test something along the lines of
'If Cond1 AND Cond2 are both true, OR if Cond3 by itself is true, do something.'
Or in other words, '(true && true) || true'
As far as I can tell, I'm only able to turn an entire block into a bunch of single OR conditions.