P3D-Legacy/P3D/Content/Data/Scripts/route32/badgeCheckTalk.dat

23 lines
2.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(got_miracle_seed)>=True
@Text.Show(Your experiences~in Violet City*should be useful~for your journey.)
:endscript
:endif
:if:<Player.hasbadge(9)>=False
@Text.show(Have you gone to~the Pok<00>mon Gym?*You can test your~Pok<00>mon and your-~self there.*It's a rite of~passage for all~trainers!)
:else
:if:<Register.registered(got_togepi_egg)>=False
@Text.Show(<player.name>, right?~Some guy wearing*glasses was looking~for you.*See for yourself.~He's waiting for*you at the Pok<00>mon~Center.)
:else
@Text.Show(You have some good~Pok<00>mon there.*It must be from~the training you*gave them around~Violet City.*The training at~the Gym must have*been especially~helpful.*As a souvenir of~Violet City, take~this.*It increases the~power of grass-~type moves.)
@Item.Give(117,1)
@Item.messagegive(117,1)
@Text.Show(Your experiences~in Violet City*should be useful~for your journey.)
@Register.register(got_miracle_seed)
:endif
:endif
:end