diff --git a/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat b/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat index 6dfbca9e8..49745c39a 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/juice/custom.dat @@ -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!) diff --git a/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat b/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat index 8bc226c79..297c99f71 100644 --- a/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat +++ b/P3D/Content/Data/Scripts/frontier/shops/juice/daily.dat @@ -88,6 +88,7 @@ version=2 @storage.set(string,juiceselect,Exit) @text.show(Welcome to the Juice Shoppe!*Please take a look~at our daily specials!) +@options.setcancelindex(5) @options.show() :when:Exit @text.show(Come again soon!)