Nested conditions

● ARCHIVED · READ-ONLY
Started by FoxySeta 3 posts View original ↗
  1. Cattura.PNG
    This is part of a common event I am implementing. The process stops right before calling "Generate Frames". Because of this, if I want to execute the exact common event call regardless of the esit of the condition above, I need to to put it both after "Change Background -> Foreground" and "Clean Foreground". Is it me indenting stuff wrong?
  2. To be honest, I'm a bit confused when you want the last common event call to happen.
    I did notice that there's no Else to your first condition (number of "G" not equal to number "L"). (At least not in the image you're showing)
  3. slimmmeiske2 said:
    To be honest, I'm a bit confused when you want the last common event call to happen.
    It is meant to be executed after "IF current frame layout = 0" (regardless of the branch chosen after evaluating the above-mentioned condition). (The screenshot should show that as I described it)
    slimmmeiske2 said:
    I did notice that there's no Else to your first condition (number of "G" not equal to number "L"). (At least not in the image you're showing)
    That's right. "Else"s are optional in conditions, and I didn't want anything to happen with a false first condition, so there was no need to use any.