mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-17 15:58:45 +02:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
version=2
|
|
@text.show(I have the newest~breakthroughs in optimizing~any Pokemon for battle!*Do you want to buy~anything?)
|
|
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@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.)
|
|
:end
|
|
:when:No
|
|
@text.show(You will struggle to find~these items anywhere else!)
|
|
:end
|
|
:endwhen
|
|
:end |