My understanding is that for each frame, the list of Events is executed top to bottom. Does anyone know if sub-conditions are “checked” for each time, or if sub-conditions are only “checked” for if the condition they’re under is true? For example:
If the player is not on the floor, will the two sub-conditions be checked for? I’m trying to make my code as streamlined and efficient as possible, and want to make more use of sub-conditions if this is the case.