P3D-Legacy/P3D/Content/Data/Scripts/eusine/route25.dat

27 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(route25suicune1)>=False <and> <register.registered(route14suicune)>=True
@storage.set(bool,third,<camera.thirdperson>)
@camera.deactivethirdperson
@pokemon.cry(245)
@player.move(2)
@player.turnto(0)
@player.move(<player.position(z)>-6)
@npc.warp(11,~,2,~)
@music.play(eusine_encounter)
@npc.turn(11,3)
@player.turnto(2)
@npc.move(11,2)
@npc.turn(11,0)
@text.show(Puff, puff...~I am...~no match for you.*...As I predicted.~..........~...Go ahead.*Since I met you in the~Burned Tower at Ecruteak City,~I've sort of known that~Suicune would choose you.)
@npc.turn(11,3)
@npc.move(11,1)
@npc.turn(11,0)
@npc.move(11,1)
@player.turnto(0)
@text.show(Take a look at it!*Suicune is waiting for you!*It has been waiting~for a battle with a~worthy Trainer to whom it~can entrust itself!)
@npc.register(routes\route25.dat|11|position|59,2,6)
@register.register(route25suicune1)
@music.play(RouteMusic9)
@camera.setthirdperson(<storage.get(bool,third)>)
:endif
:end