57 lines
5.0 KiB
Plaintext
57 lines
5.0 KiB
Plaintext
version=2
|
|
:if:<register.registered(firsttaodone)>=true
|
|
:if:<register.registered(nlightstone)>=true <and> <overworldpokemon.id>=644
|
|
@text.show(You have the dragon...~Splendid!*Now is the time to summon~the frozen beast...)
|
|
@npc.remove(1)
|
|
@npc.turn(0,1)
|
|
@npc.move(0,2)
|
|
@npc.turn(0,0)
|
|
@npc.remove(0)
|
|
@sound.play(enter)
|
|
@npc.register(routes\route47\3.dat|0|remove|0)
|
|
@npc.register(routes\route47\3.dat|1|remove|0)
|
|
@npc.register(routes\route47\embtower\kyurem.dat|1|position|3,0,6)
|
|
@npc.register(routes\route47\embtower\kyurem.dat|2|position|3,0,7)
|
|
@npc.register(routes\route47\embtower\pkyurem.dat|1|position|3,0,6)
|
|
@npc.register(routes\route47\embtower\pkyurem.dat|2|position|3,0,7)
|
|
@register.register(nkyuready)
|
|
:end
|
|
:endif
|
|
:if:<register.registered(ndarkstone)>=true <and> <overworldpokemon.id>=643
|
|
@text.show(You have the dragon...~Splendid!*Now is the time to summon~the frozen beast...)
|
|
@npc.remove(2)
|
|
@npc.turn(0,1)
|
|
@npc.move(0,2)
|
|
@npc.turn(0,0)
|
|
@npc.remove(0)
|
|
@sound.play(enter)
|
|
@npc.register(routes\route47\3.dat|0|remove|0)
|
|
@npc.register(routes\route47\3.dat|2|remove|0)
|
|
@npc.register(routes\route47\embtower\kyurem.dat|1|position|3,0,6)
|
|
@npc.register(routes\route47\embtower\kyurem.dat|3|position|3,0,7)
|
|
@npc.register(routes\route47\embtower\pkyurem.dat|1|position|3,0,6)
|
|
@npc.register(routes\route47\embtower\pkyurem.dat|3|position|3,0,7)
|
|
@register.register(nkyuready)
|
|
:end
|
|
:endif
|
|
@text.show(You have succeeded, just as I~expected.~I have one more thing to ask~from you.*Show me the legendary Pokémon~when you feel ready!)
|
|
:end
|
|
:endif
|
|
:if:<register.registered(reshready)>=true
|
|
@text.show(To awaken and capture Reshiram~is your fate.*Are you ready to put your~ideals to test?)
|
|
:end
|
|
:endif
|
|
:if:<register.registered(zekready)>=true
|
|
@text.show(To awaken and capture Zekrom~is your fate.*Are you ready to pursue~truth decisively?)
|
|
:end
|
|
:endif
|
|
@text.show(I now have one of the legendary~Pokémon I sought for so long~under my power.*Since you have obtained one of~the ancient stones yourself,~you get a chance to awaken and~capture one as well.*Place your stone at the center~of the tower and catch the~awoken Pokémon.~I'll be waiting here for your~triumphant return, but make~sure to catch it.)
|
|
:if:<register.registered(ngobattlespeech)>=false
|
|
@npc.turn(0,1)
|
|
@npc.move(0,2)
|
|
@npc.turn(0,3)
|
|
@npc.unregister(routes\route47\3.dat|0|position|11,-4,36)
|
|
@npc.register(routes\route47\3.dat|0|position|13,-4,36)
|
|
@register.register(ngobattlespeech)
|
|
:endif
|
|
:end |