Ace Trainer Slash
If you give me about two hours, I can make scripts
- 236
- Posts
- 6
- Years
- He/Him/They
- Australia.
- Seen Aug 6, 2024
Hello
Most recently, I've been trying to make Yes/No scripts, and for some reason, whenever I attempt to Compile a script, it freezes, and closes itself, XSE.This has started to happen only very recently. This is the script, and this is the error.
Most recently, I've been trying to make Yes/No scripts, and for some reason, whenever I attempt to Compile a script, it freezes, and closes itself, XSE.This has started to happen only very recently. This is the script, and this is the error.
Spoiler:
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @question 0x5
compare 0x800D 0x1
if 0x1 goto @yes
msgbox @excuse 0x6
release
end
#org @yes
msgbox @l 0x6
release
end
#org @question
= It?s a blog entry on landing in Haiti, read\lit?\l
#org @l
= maybe.
#org @excuse
= You decided not to read it.
#org @start
lock
faceplayer
msgbox @question 0x5
compare 0x800D 0x1
if 0x1 goto @yes
msgbox @excuse 0x6
release
end
#org @yes
msgbox @l 0x6
release
end
#org @question
= It?s a blog entry on landing in Haiti, read\lit?\l
#org @l
= maybe.
#org @excuse
= You decided not to read it.
Attachments
Last edited: