Added some cancelindexes

This commit is contained in:
JappaWakka 2023-12-04 15:23:21 +01:00
parent 76dcb2a9a1
commit cf8e3c63b2
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
version=2
@text.show(Welcome to the Juice Shoppe!*I can help you make your own~custom drinks free of charge!*All you have to do is~provide the berries!*Would you like to begin?)
@options.setcancelindex(1)
@Options.show(Yes,No)
:when:No
@text.show(Come again soon!)

View File

@ -88,6 +88,7 @@ version=2
@storage.set(string,juiceselect,<storage.get(string,juiceselect)>Exit)
@text.show(Welcome to the Juice Shoppe!*Please take a look~at our daily specials!)
@options.setcancelindex(5)
@options.show(<storage.get(string,juiceselect)>)
:when:Exit
@text.show(Come again soon!)