25 lines
1.7 KiB
Plaintext
25 lines
1.7 KiB
Plaintext
version=2
|
|
:if:<player.position>=4,0,5
|
|
@npc.remove(1)
|
|
@npc.register(mtember\braille2.dat|1|remove|0)
|
|
@item.give(651,1)
|
|
@item.messagegive(651,1)
|
|
@npc.turn(0,2)
|
|
@npc.warp(0,8,0,4)
|
|
@sound.play(enter)
|
|
@player.turnto(3)
|
|
@npc.move(0,1)
|
|
@npc.turn(0,1)
|
|
@npc.move(0,3)
|
|
@text.show(Congratulations!*Just as I envisioned, you have~obtained the Light 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,3)
|
|
@npc.turn(0,0)
|
|
@level.wait(10)
|
|
@npc.remove(0)
|
|
@sound.play(enter)
|
|
@register.register(lstoneget)
|
|
@npc.register(routes\route47\3.dat|0|position|11,-4,36)
|
|
@npc.register(routes\route47\3.dat|2|position|12,-4,36)
|
|
:endif
|
|
:end |