line breaks for the shops

This commit is contained in:
darkfire006 2023-07-19 23:49:34 -05:00
parent d44bc8fd11
commit cc60a782f4
17 changed files with 34 additions and 30 deletions

View File

@ -91,6 +91,6 @@ version=2
@storage.set(integer,berryloop2,<storage.get(integer,berryloop2)>+1) @storage.set(integer,berryloop2,<storage.get(integer,berryloop2)>+1)
:endwhile :endwhile
:endif :endif
@text.show(Welcome to the berry shop, take a look at today's harvest.) @text.show(Welcome to the berry shop,~take a look at today's~harvest.)
@screen.trade({<register.value(bfberryshop0)>|10|1}{<register.value(bfberryshop1)>|10|1}{<register.value(bfberryshop2)>|10|1}{<register.value(bfberryshop3)>|10|1}{<register.value(bfberryshop4)>|10|1}{<register.value(bfberryshop5)>|10|1}{<register.value(bfberryshop6)>|10|1},1,0,bp,bfberries) @screen.trade({<register.value(bfberryshop0)>|10|1}{<register.value(bfberryshop1)>|10|1}{<register.value(bfberryshop2)>|10|1}{<register.value(bfberryshop3)>|10|1}{<register.value(bfberryshop4)>|10|1}{<register.value(bfberryshop5)>|10|1}{<register.value(bfberryshop6)>|10|1},1,0,bp,bfberries)
:end :end

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(Want to get a berry grab bag?) @text.show(Want to get a berry~grab bag?)
@options.SetCancelIndex(3) @options.SetCancelIndex(3)
@options.show(Standard Bag 5 BP,Special Bag 10 BP,Info,Exit) @options.show(Standard Bag 5 BP,Special Bag 10 BP,Info,Exit)
:when:Standard Bag 5 BP :when:Standard Bag 5 BP
@ -22,7 +22,7 @@ version=2
@storage.set(integer,berryloop,<storage.get(integer,berryloop)>+1) @storage.set(integer,berryloop,<storage.get(integer,berryloop)>+1)
:endwhile :endwhile
:when:Info :when:Info
@text.show(If you choose the standard bag you will get 15 berries chosen completely at random.*If you choose the special bag you will get 10 of the best berries.) @text.show(If you choose the standard~bag you will get 15 berries~chosen completely at random.*If you choose the special~bag you will get 10 of~the best berries.)
:when:Exit :when:Exit
:endscript :endscript
:endwhen :endwhen

View File

@ -1,9 +1,10 @@
version=2 version=2
@text.show(These items offer great power but only at a price.*Do you think you can master them?) @text.show(These items offer great~power but only at a price.*Do you think you~can master them?)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes
@screen.trade({578|-1|25}{579|-1|25}{580|-1|25}{577|-1|25}{506|-1|25}{505|-1|25},1,0,bp) @screen.trade({578|-1|25}{579|-1|25}{580|-1|25}{577|-1|25}{506|-1|25}{505|-1|25},1,0,bp)
@text.show(I forsee some other items~being added in stock~in the near future,~come back to learn more.)
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:No :when:No

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(I stock the best comumable items availbe!*Buy some so I don't eat them all!) @text.show(I stock the best consumable~items available!*Buy some so I don't~eat them all!)
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy
@ -7,7 +7,7 @@ version=2
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:Cancel :when:Cancel
@text.show(buurrrrp*Someone better buy~some before I eat them all.) @text.show(buurrrrp*Someone better buy some`before I eat them all.)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(These items should help awaken the potential of your pokemon.) @text.show(These items should help~awaken the potential~of your Pokémon.)
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(With these items you can work your field to exactly how you want it!*Do you want to buy~anything?) @text.show(With these items you can~work your field to exactly~how you want it!*Do you want to buy anything?)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(I have lots of pretty gem!*Do you want to buy some?) @text.show(I have lots of pretty gems!*Do you want to buy some?)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes
@ -7,7 +7,7 @@ version=2
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:No :when:No
@text.show(I guess gems aren't your style.) @text.show(I guess gems aren't~your style.)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,13 +1,14 @@
version=2 version=2
@text.show() @text.show(Check out these items your~Pokémon can hold to boost~their power!)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes
@screen.trade({298|-1|20}{591|-1|20}{30|-1|10}{73|-1|20}{140|-1|10}{171|-1|10}{74|-1|10},1,0,bp) @screen.trade({298|-1|20}{591|-1|20}{30|-1|10}{73|-1|20}{140|-1|10}{171|-1|10}{74|-1|10},1,0,bp)
@text.show(I am getting even more~items in stock coming soon.)
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:No :when:No
@text.show() @text.show(Come back to find the right~boost for your Pokémon.)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,12 +1,12 @@
version=2 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?) @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.show(Yes,No) @Options.show(Yes,No)
:when:No :when:No
@text.show(Come again soon!) @text.show(Come again soon!)
:end :end
:endwhen :endwhen
@text.show(Please select your first berry.) @text.show(Please select your~first berry.)
@item.select(plants,2000-2066) @item.select(plants,2000-2066)
:if:<item.selected>=-1 :if:<item.selected>=-1
@text.show(Come again soon!) @text.show(Come again soon!)
@ -14,7 +14,7 @@ version=2
:endif :endif
@storage.set(integer,berry1,<item.selected>) @storage.set(integer,berry1,<item.selected>)
@text.show(Please select your second berry.) @text.show(Please select your~second berry.)
@item.select(plants,2000-2066) @item.select(plants,2000-2066)
:if:<item.selected>=-1 :if:<item.selected>=-1
@text.show(Come again soon!) @text.show(Come again soon!)

View File

@ -73,7 +73,7 @@ version=2
:endwhile :endwhile
@storage.set(string,juiceselect,<storage.get(string,juiceselect)>Exit) @storage.set(string,juiceselect,<storage.get(string,juiceselect)>Exit)
@text.show(Welcome to the Juice Shoppe!*Please take a look at our daily specials!) @text.show(Welcome to the Juice Shoppe!*Please take a look~at our daily specials!)
@options.show(<storage.get(string,juiceselect)>) @options.show(<storage.get(string,juiceselect)>)
:when:Exit :when:Exit
@text.show(Come again soon!) @text.show(Come again soon!)
@ -104,7 +104,7 @@ version=2
@storage.set(integer,select,5) @storage.set(integer,select,5)
:endwhen :endwhen
@text.show(Which Pokemon is this drink for?) @text.show(Which Pokemon is this~drink for?)
@pokemon.select @pokemon.select
:if:<pokemon.selected>=-1 :if:<pokemon.selected>=-1
@text.show(Come again soon!) @text.show(Come again soon!)

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(Master both nature and nurture with these items!*Do you want to buy~anything?) @text.show(Master both nature and~nurture with these items!*Do you want to buy anything?)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes
@ -7,7 +7,7 @@ version=2
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:No :when:No
@text.show(Raise you pokemon with love and care!) @text.show(Raise you Pokémon with~love and care!)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(These items can help power up your training!) @text.show(These items can help power~up your training!)
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy
@ -7,7 +7,7 @@ version=2
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:Cancel :when:Cancel
@text.show(Come back to train with power!) @text.show(Come back to train~with power!)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,13 +1,14 @@
version=2 version=2
@text.show(These items will heal or protect your precios Pokémon.) @text.show(These items will heal~or protect your precios~Pokémon.)
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy
@screen.trade({119|-1|20}{146|-1|20},1,0,bp) @screen.trade({119|-1|20}{146|-1|20},1,0,bp)
@text.show(I am working to bring~a broader and more diverse~stock in the future.)
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:Cancel :when:Cancel
@text.show(We hope to see you~again!) @text.show(We hope to see you again!)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,13 +1,14 @@
version=2 version=2
@text.show(I have the newest breakthroughs in optimizing any Pokemon for battle!*Do you want to buy~anything?) @text.show(I have the newest~breakthroughs in optimizing~any Pokemon for battle!*Do you want to buy~anything?)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes
@screen.trade({187|-1|150},1,0,bp) @screen.trade({187|-1|150},1,0,bp)
@text.show(Research is ongoing for more~items to come in the future.)
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:No :when:No
@text.show(You will struggle to find these items anywhere else!) @text.show(You will struggle to find~these items anywhere else!)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(Fill out your movesets with these useful attacks.) @text.show(Fill out your movesets with~these useful attacks.)
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy
@ -7,7 +7,7 @@ version=2
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:Cancel :when:Cancel
@text.show(We hope to see you~again!) @text.show(We hope to see you again!)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1,5 +1,5 @@
version=2 version=2
@text.show(I have the best medicines you can get to enhance your Pokemon's battle prowess!) @text.show(I have the best medicines~you can get to enhance your~Pokémon's battle prowess!)
@options.show(Buy,Cancel) @options.show(Buy,Cancel)
:when:Buy :when:Buy
@ -7,7 +7,7 @@ version=2
@text.show(Thank you.) @text.show(Thank you.)
:end :end
:when:Cancel :when:Cancel
@text.show(Come back for all of your medicinal needs!) @text.show(Come back for all of your~medicinal needs!)
:end :end
:endwhen :endwhen
:end :end

View File

@ -1583,7 +1583,7 @@ Shops:
{"NPC"{NPC[{"Position"{sngArr[38,4,18]}}{"TextureID"{str[battletower\29]}}{"ID"{int[12]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\berry\daily]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[38,4,18]}}{"TextureID"{str[battletower\29]}}{"ID"{int[12]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\berry\daily]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
{"NPC"{NPC[{"Position"{sngArr[38,4,20]}}{"TextureID"{str[battletower\30]}}{"ID"{int[13]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\berry\grabbag]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[38,4,20]}}{"TextureID"{str[battletower\30]}}{"ID"{int[13]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\berry\grabbag]}}{"Rotation"{int[1]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
{"NPC"{NPC[{"Position"{sngArr[47,4,28]}}{"TextureID"{str[56]}}{"ID"{int[14]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\field]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[47,4,28]}}{"TextureID"{str[battletower\29]}}{"ID"{int[14]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\field]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
{"NPC"{NPC[{"Position"{sngArr[46,4,38]}}{"TextureID"{str[28]}}{"ID"{int[15]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\consumables]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[46,4,38]}}{"TextureID"{str[28]}}{"ID"{int[15]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\consumables]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
{"NPC"{NPC[{"Position"{sngArr[48,4,38]}}{"TextureID"{str[2]}}{"ID"{int[16]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\gems]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}} {"NPC"{NPC[{"Position"{sngArr[48,4,38]}}{"TextureID"{str[2]}}{"ID"{int[16]}}{"Name"{str[GymGuy]}}{"Action"{int[1]}}{"AdditionalValue"{str[frontier\shops\gems]}}{"Rotation"{int[0]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}