13 lines
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
version=2
|
|
:if:<register.registered(olivine_voltorb_trade)>=True
|
|
@Text.show(Thank you very~much for the Krabby.)
|
|
:else
|
|
@Text.show(Hi, I'm looking~for this Pokémon.*If you have~Krabby, would*you trade it for~my Voltorb?)
|
|
@Options.show(Yes,No)
|
|
:when:Yes
|
|
@Pokemon.NPCTrade(98|100||0|||29189|Tim|5|2007|at Power Plant|caught|Volty|OK, let's trade!*...*Thank you very~much for the Krabby.|You don't have~one either?*Gee, that's really~disappointing...|olivine_voltorb_trade)
|
|
:when:No
|
|
@Text.show(You don't have~one either?*Gee, that's really~disappointing...)
|
|
:endwhen
|
|
:endif
|
|
:end |