mcscript
mcscript copied to clipboard
Cannot run modals inside if statements
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