schan
New member
- Messages
- 60
- Points
- 0
- Github
- xschan
- Emulator
Hi,
How to use ' prompt ' ?
http://herc.ws/wiki/Menus
I tried doing this:
prompt ("Yes:No");case 1:mes "Yes";case 2:mes "No";if (@menu == 255) { mes "You should not have closed the menu... BAD BOY!"; close; }
like in switch(select()) but it didn't work.
Just give me an example on how to use this.
Thank you!
How to use ' prompt ' ?
http://herc.ws/wiki/Menus
I tried doing this:
prompt ("Yes:No");case 1:mes "Yes";case 2:mes "No";if (@menu == 255) { mes "You should not have closed the menu... BAD BOY!"; close; }
like in switch(select()) but it didn't work.
Just give me an example on how to use this.
Thank you!