53 lines
5.2 KiB
Plaintext
53 lines
5.2 KiB
Plaintext
version=2
|
|
:if:<register.registered(eusine_suicune)>=True
|
|
:endscript
|
|
|
|
:else
|
|
:if:<register.registered(suicune1)>=True
|
|
@Register.register(eusine_suicune)
|
|
@music.play(eusine_encounter)
|
|
:select:<player.position>
|
|
:when:11,0,12
|
|
@Player.TurnTo(1)
|
|
@NPC.Move(5,1)
|
|
@NPC.Turn(5,3)
|
|
@Text.show(Eusine: I dug a~hole here too...*I was shocked!*Suicune raced by~like a blur, right*in front of my~eyes!*For ten years I~chased Suicune,*and I finally got~to see it.*I'm all choked up!*<player.name>, I owe~this all to you!*Thank you!*I heard that the~legendary Pokémon*of Ecruteak test~chosen humans by*allowing them to~get close.*I'm going to track~Suicune.*<player.name>, let's~meet again.*Farewell!)
|
|
@NPC.Turn(5,1)
|
|
@NPC.Move(5,3)
|
|
@NPC.Turn(5,2)
|
|
@NPC.Move(5,1)
|
|
|
|
:when:10,0,12
|
|
@Text.show(Eusine: I dug a~hole here too...*I was shocked!*Suicune raced by~like a blur, right*in front of my~eyes!*For ten years I~chased Suicune,*and I finally got~to see it.*I'm all choked up!*<player.name>, I owe~this all to you!*Thank you!*I heard that the~legendary Pokémon*of Ecruteak test~chosen humans by*allowing them to~get close.*I'm going to track~Suicune.*<player.name>, let's~meet again.*Farewell!)
|
|
@NPC.Turn(5,1)
|
|
@NPC.Move(5,2)
|
|
@Player.TurnTo(1)
|
|
@NPC.Move(5,1)
|
|
@NPC.Turn(5,2)
|
|
|
|
:when:9,0,12
|
|
@Player.TurnTo(2)
|
|
@NPC.Turn(5,1)
|
|
@NPC.Move(5,1)
|
|
@NPC.Turn(5,0)
|
|
@Text.show(Eusine: I dug a~hole here too...*I was shocked!*Suicune raced by~like a blur, right*in front of my~eyes!*For ten years I~chased Suicune,*and I finally got~to see it.*I'm all choked up!*<player.name>, I owe~this all to you!*Thank you!*I heard that the~legendary Pokémon*of Ecruteak test~chosen humans by*allowing them to~get close.*I'm going to track~Suicune.*<player.name>, let's~meet again.*Farewell!)
|
|
@NPC.Turn(5,1)
|
|
@NPC.Move(5,2)
|
|
@Player.TurnTo(1)
|
|
@NPC.Turn(5,2)
|
|
|
|
:endwhen
|
|
|
|
@level.Wait(50)
|
|
@music.play(burnedtower)
|
|
@sound.play(enter)
|
|
@NPC.Warp(5,7,-2,14)
|
|
@NPC.Unregister(burnedtower\burnedtowerb1f.dat|5|position|10,0,13)
|
|
@NPC.Register(burnedtower\burnedtower1f.dat|0|remove|0)
|
|
@NPC.Register(burnedtower\burnedtower1f.dat|1|remove|0)
|
|
@NPC.Register(gyms\ecruteak_gym.dat|4|position|5,0,1)
|
|
@Entity.Warp(0,7,0,14)
|
|
:endif
|
|
:endif
|
|
|
|
:end |