14 lines
1018 B
Plaintext
14 lines
1018 B
Plaintext
version=2
|
|
:if:<register.registered(violet_onix_trade)>=True
|
|
:then
|
|
@Text.show(Yay! I got myself~Bellsprout!*Thanks!)
|
|
:else
|
|
@Text.show(I collect Pokémon.~Do you have~Bellsprout?*Want to trade it~for my Onix?)
|
|
@Options.show(Yes,No)
|
|
:when:Yes
|
|
@Pokemon.NPCTrade(69|95||0|||08276|Kyle|5|2006|at Unioncave|caught|Rocky|OK, let's trade!*...*Yay! I got myself~Bellsprout!*Thanks!|You don't want to~trade? Aww...|violet_onix_trade)
|
|
:when:No
|
|
@Text.show(You don't want to~trade? Aww...)
|
|
:endwhen
|
|
:endif
|
|
:end |