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

33 lines
1.6 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
: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<00>mon Gym?*You can test your~Pok<00>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<00>mon~Center.)
:endif
@NPC.turn(0,2)
@NPC.move(0,1)
@NPC.turn(0,3)
@NPC.move(0,1)
@NPC.turn(0,1)
:end