mcscript icon indicating copy to clipboard operation
mcscript copied to clipboard

Cannot run modals inside if statements

Open Tukeque opened this issue 4 years ago • 0 comments

if i try to run a modal inside an if statement, like this:

if ("condition") {
    newModal()
}

it outputs

execute if condition run newModal()

instead of the modal code, it puts the modal call syntax

Tukeque avatar Aug 13 '21 12:08 Tukeque