23 lines
2.1 KiB
Plaintext
23 lines
2.1 KiB
Plaintext
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émon Gym?*You can test your~Poké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émon~Center.)
|
|
|
|
:else
|
|
@Text.Show(You have some good~Poké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 |