P3D-Legacy/P3D/Content/Data/Scripts/embtower/n.dat

44 lines
2.4 KiB
Plaintext

version=2
:if:<register.registered(firsttaodone)>=true
:if:<register.registered(nlightstone)>=true <and> <overworldpokemon.id>=644
@text.show(oh wow dragon!~follow me!)
@npc.remove(1)
@npc.turn(0,1)
@npc.move(0,2)
@npc.turn(0,0)
@npc.remove(0)
@sound.play(enter)
@npc.unregister(routes\route47\3.dat|0|position|13,-4,36)
@npc.unregister(routes\route47\3.dat|1|position|12,-4,36)
:end
:endif
:if:<register.registered(ndarkstone)>=true <and> <overworldpokemon.id>=643
@text.show(oh wow dragon!~follow me!)
@npc.remove(2)
@npc.turn(0,1)
@npc.move(0,2)
@npc.turn(0,0)
@npc.remove(0)
@sound.play(enter)
@npc.unregister(routes\route47\3.dat|0|position|13,-4,36)
@npc.unregister(routes\route47\3.dat|2|position|12,-4,36)
:end
:endif
@text.show(show me the dragon)
:end
:endif
:if:<register.registered(reshready)>=true
@text.show(getbattlin)
:end
:endif
:if:<register.registered(zekready)>=true
@text.show(getbattlin)
:end
:endif
@text.show(hello go wake the dragon)
@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)
:end