29 lines
1.9 KiB
Plaintext
29 lines
1.9 KiB
Plaintext
version=2
|
|
:if:<player.position>=4,0,5
|
|
@npc.remove(1)
|
|
@npc.register(fortune\dot\end.dat|1|remove|0)
|
|
@item.give(652,1)
|
|
@item.messagegive(652,1)
|
|
@overworldpokemon.hide
|
|
@npc.warp(0,4,1,6)
|
|
@level.update
|
|
@level.wait(2)
|
|
@npc.warp(0,4,0,6)
|
|
@level.update
|
|
@sound.play(destroy)
|
|
@player.turnto(2)
|
|
@text.show(Congratulations!*Just as I envisioned, you have~obtained the Dark Stone...*However, I must warn you: A lot~of responsibility is necessary~to wield that relic.*Are you ready to follow the~ideals you believe in?~If so, meet me by the Embedded~Tower on Route 47, where I'll~show you the power of an~awoken draconic legend.)
|
|
@npc.turn(0,3)
|
|
@npc.move(0,1)
|
|
@npc.turn(0,0)
|
|
@npc.move(0,1)
|
|
@npc.turn(0,3)
|
|
@npc.move(0,3)
|
|
@npc.turn(0,0)
|
|
@npc.remove(0)
|
|
@sound.play(enter)
|
|
@register.register(dstoneget)
|
|
@npc.register(routes\route47\3.dat|0|position|11,-4,36)
|
|
@npc.register(routes\route47\3.dat|1|position|12,-4,36)
|
|
:endif
|
|
:end |