mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-17 15:58:45 +02:00
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
version=2
|
|
@text.show(These items will heal~or protect your precious~Pokémon.)
|
|
|
|
@options.show(Buy,Cancel)
|
|
:when:Buy
|
|
@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.)
|
|
:end
|
|
:when:Cancel
|
|
@text.show(We hope to see you again!)
|
|
:end
|
|
:endwhen
|
|
:end |