33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
version=2
|
|
|
|
:if:<register.registered(got_miracle_seed)>=True
|
|
:endscript
|
|
:endif
|
|
|
|
:if:<Player.hasbadge(9)>=True <and> <Register.registered(got_togepi_egg)>=True
|
|
:endscript
|
|
:endif
|
|
|
|
@NPC.turn(0,1)
|
|
@Player.turnto(3)
|
|
@Text.show(Wait up!~What's the hurry?)
|
|
@Player.turnto(0)
|
|
@NPC.moveasync(0,1)
|
|
@Player.move(1)
|
|
@NPC.turn(0,0)
|
|
@NPC.moveasync(0,1)
|
|
@Player.move(1)
|
|
@Player.turnto(2)
|
|
|
|
: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
|
|
@Text.show(<player.name>, right?~Some guy wearing*glasses was look-~ing for you.*See for yourself.~He's waiting for*you at the Pokémon~Center.)
|
|
:endif
|
|
|
|
@NPC.turn(0,2)
|
|
@NPC.move(0,1)
|
|
@NPC.turn(0,3)
|
|
@NPC.move(0,1)
|
|
@NPC.turn(0,1)
|
|
:end |