I've been trying to create a yes/no warp script.
When I play it, however, It stops at the Yes/No message, and when I click, either Yes or No, it releases and stops the script.
#org @start
lock
faceplayer
message @ready
boxset 0x5
if 0x1 goto @yes
if 0x0 goto @no
release
end
#org @ready
= Are...