23 lines
1.1 KiB
Plaintext
23 lines
1.1 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,5)
|
|
@sound.play(enter)
|
|
@player.turnto(3)
|
|
@npc.move(0,1)
|
|
@npc.move(0,3)
|
|
@text.show(Oh you got the light stone before me!)
|
|
@npc.turn(0,3)
|
|
@npc.move(0,3)
|
|
@npc.turn(0,0)
|
|
@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 |