P3D-Legacy/P3D/Content/Data/Scripts/violet/onix_trade.dat

14 lines
1018 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(violet_onix_trade)>=True
:then
@Text.show(Yay! I got myself~Bellsprout!*Thanks!)
:else
@Text.show(I collect Pok<00>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