destinedjagold
Oh Hai Thar.
- 8,594
- Posts
- 17
- Years
- Stinky/Old/Fart
- On your ceiling...
- Seen Apr 17, 2025
Can anyone show me how to use the Yes/No box in script?
Spoiler:Zolt, if you're reading this, I just want to see if your method is like the method that is appopriate for XSE 1.1.1. :)
Code:
...
msgbox @1 0x5
compare lastresult 0x1
if 0x1 goto @yes
compare lastresult 0x0
if 0x1 goto @no
...
#org @yes
msgbox @2 0x6
...
#org @no
msgbox @3 0x6
...
#org @1
= Yes, or no?
#org @2
= You said yes!
#org @3
= You said no...