P3D-Legacy/P3D/Content/Data/Scripts/fortune/dot/dstonemap.dat

22 lines
2.0 KiB
Plaintext

version=2
:if:<register.registered(dstonefirst)>=true <and> <register.registered(ndarkstone)>=false
@player.turnto(0)
@npc.remove(1)
@level.wait(20)
@entity.showmessagebulb(1|4|1|5)
@npc.turn(0,2)
@text.show(Finally!~I found the Dark Stone...~Its power is immeasurable!*It is said that when a certain~legendary Pokémon lost their~physical form, they fell into a~slumber and were transformed~into this encapsulated sphere.*It holds the essence of its~previous existence and could~possibly be used to awaken the~ancient Pokémon.)
@text.show(A similar artifact is hidden~somewhere else around this~archipelago.~Locating that other item is my~next objective.*Say, why don't you try looking~for it as well?~In the future I envision, you~are the one to obtain it.*Perhaps it's destiny?)
@npc.turn(0,3)
@npc.move(0,3)
@npc.turn(0,0)
@npc.remove(0)
@sound.play(enter)
@npc.unregister(fortune\dot\end.dat|0|position|4,0,5)
@npc.register(fortune\dot\end.dat|1|remove|0)
@register.register(ndarkstone)
:endif
:end