Skip to content

If statements evaluated as "false" are not skipped correctly #364

Closed
@adazem009

Description

@adazem009

image

This script results in a crash because when the first if statement is evaluated to "false", it is skipped, but only to the end of the nested if statement. The loop end instruction therefore doesn't have access to any loop information because no loop has been started.

skip_if_crash.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Priority: CriticalbugSomething isn't workingcrashIssues involving a crash

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions