P3D-Legacy/P3D/Content/Data/Scripts/pewter/haunter_trade.dat

13 lines
1.0 KiB
Plaintext

version=2
:if:<register.registered(pewter_xatu_trade)>=True
@Text.show(Wow, my very own Haunter.~Thank you!)
:else
@Text.show(Hi, I'm looking~for this Pokémon.*If you have Haunter,~would you trade it~for a Xatu?)
@Options.show(Yes,No)
:when:Yes
@Pokemon.NPCTrade(93|178||1|||24165|Peter|5|2037|at Ruins of Alph|caught|Paul|OK, let's trade!*...*Wow, my very own Haunter.~Thank you!|You don't want to~trade? Aww...|pewter_xatu_trade)
:when:No
@Text.show(You don't want to~trade? Aww...)
:endwhen
:endif
:end