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

36 lines
2.7 KiB
Plaintext

version=2
:if:<register.registered(rival_encounter_ecruteak)>=true
@Entity.setCollision(0,1)
@Entity.setCollision(1,0)
:if:<register.registered(burnttower_encounter_roaming)>=false
:if:<register.value(shinysuicune)>=true
@pokemon.newroaming(raikouburned,243,40,0,route38.dat,raikou_battle,1,eusine\raikoubattle)
@pokemon.newroaming(enteiburned,244,40,0,routes\route42.dat,entei_battle,1,eusine\enteibattle)
:else
@pokemon.newroaming(raikouburned,243,40,0,route38.dat,raikou_battle,0,eusine\raikoubattle)
@pokemon.newroaming(enteiburned,244,40,0,routes\route42.dat,entei_battle,0,eusine\enteibattle)
:endif
@register.register(burnttower_encounter_roaming)
:endif
:endif
:if:<register.registered(eusine_suicune)>=false
:if:<register.registered(eusine_greeting)>=true
:end
:endif
@Register.register(eusine_greeting)
@player.Move(0)
@npc.Turn(1,2)
@npc.Move(1,1)
@npc.Turn(1,1)
@npc.Move(1,3)
@npc.Turn(1,2)
@npc.Move(1,1)
@music.play(eusine_encounter)
@Text.show(Eusine: My name's~Eusine.*I'm on the trail~of a Pokémon named~Suicune.*And you are...?*<player.name>? Glad to~meet you!*I heard rumors~that Suicune is in*this Burned Tower,~so I came to look.*But where exactly~could it be?)
@NPC.register(burnedtower\burnedtower1f.dat|1|position|7,0,14)
@music.play(burnedtower)
:endif
:end