19 lines
888 B
Plaintext
19 lines
888 B
Plaintext
version=2
|
|
@text.show(item get)
|
|
@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)
|
|
|
|
:end |