mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 00:08:43 +02:00
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
version=2
|
|
@text.show(Check out these items your~Pokémon can hold to boost~their power!)
|
|
|
|
@options.show(Yes,No)
|
|
: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)
|
|
@text.show(I am getting even more~items in stock coming soon.)
|
|
@text.show(Thank you.)
|
|
:end
|
|
:when:No
|
|
@text.show(Come back to find the right~boost for your Pokémon.)
|
|
:end
|
|
:endwhen
|
|
:end |