Multiple "Ands"

You can try,
*if (((A happens) and (B happens)) and ((C happens)))

Here is a link to help you with making more than one condition with using vars.
The key thing with logic statements like “or” and “and” is to give CS no more than 2 things to deal with at a time.

3 Likes