mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 08:18:42 +02:00
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
version=2
|
|
@text.show(Master both nature and~nurture with these items!*Do you want to buy anything?)
|
|
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@screen.trade({677|-1|40}{112|-1|40}{126|-1|40}{148|-1|40},1,0,bp)
|
|
@text.show(Thank you.)
|
|
:end
|
|
:when:No
|
|
@text.show(Raise you Pokémon with~love and care!)
|
|
:end
|
|
:endwhen
|
|
:end |