Condition question

Is there an action that moves on to the next content only when the previous two events are executed?

when the previous two events are
executed

Wouldn’t it be matter of setting up flags?

Or am I missing something crucial?

If this needs to be more granular than binary, you could use ints and add them up. Or, if you feel adventurous, Bit Masks.