P3D-Legacy/P3D/Content/Data/Scripts/oldguide.dat

83 lines
4.8 KiB
Plaintext

version=2
:if:<player.position>=32,0,7
@Text.show(You're a rookie~trainer aren't you?~I can tell!*That's OK!~Everyone is a rookie~at some point!*If you'd like,~I can teach you a~few things.)
@Options.show(Yes,No)
:when:Yes
@Text.show(I am very sorry~but you are standing~in my way.)
:end
:endwhen
:endif
:if:<register.registered(oldguide)>
@Text.show(You're a rookie~trainer aren't you?~I can tell!*That's OK!~Everyone is a rookie~at some point!*If you'd like,~I can teach you a~few things.)
@Options.show(Yes,No)
:when:Yes
@Music.play(showmearound)
@text.show(OK, then!~Follow me!)
@npc.turn(2,1)
@npc.move(2,2)
@player.move(1)
@player.turn(1)
@player.move(1)
@npc.turn(2,0)
@player.turn(3)
@text.show(This is a~Pokémon Center.*They heal your~Pokémon in no time~at all.*You'll be relying~on them a lot, so~you better learn~about them.)
@npc.turn(2,1)
@player.turn(1)
@npc.move(2,6)
@npc.turn(2,0)
@player.move(6)
@player.turn(3)
@text.show(This is a~Pokémon Mart.~They sell Balls for~catching wild Pokémon~and other useful items.)
@npc.turn(2,1)
@player.turn(1)
@npc.move(2,7)
@npc.turn(2,0)
@player.move(7)
@player.turn(3)
@text.show(Route 30 is out~this way.*Trainers will be~battling their prized~Pokémon there.)
@npc.turn(2,1)
@player.turn(1)
@npc.move(2,4)
@player.move(4)
@npc.turn(2,2)
@npc.move(2,1)
@player.move(1)
@player.turn(1)
@npc.move(2,3)
@npc.turn(2,1)
@npc.move(2,2)
@player.move(3)
@player.turn(3)
@player.move(2)
@text.show(This is the sea,~as you can see.*Some Pokémon are~found only in water.)
@player.turn(2)
@npc.turn(2,3)
@npc.move(2,10)
@npc.turn(2,2)
@npc.move(2,1)
@npc.turn(2,3)
@player.move(9)
@player.turn(3)
@player.move(2)
@player.turn(1)
@npc.move(2,5)
@npc.turn(2,1)
@player.move(5)
@text.show(Here...*It's my house!~Thanks for your~company.*I wish you luck~on your journey!)
@npc.turn(2,0)
@npc.move(2,1)
@NPC.remove(2)
@NPC.register(cherrygrove.dat|2|remove|1)
@NPC.register(cherrygrove\0.dat|0|position|2,0,2)
@Music.play(cherrygrove)
@Register.register(oldguide)
:endwhen
:else
@Text.show(When I was a wee~lad, I was a hot-~shot trainer!*Here's a word of~advice: Catch lots~of Pokémon!*Treat them all~with kindness!)
:endif
:end