P3D-Legacy/P3D/Content/Data/Scripts/ssaqua/first trip/block.dat

29 lines
832 B
Plaintext

version=2
:if:<register.registered(trainer_ssaqua\first trip\lazysailor)>=false
:then
:select:<player.position>
:when:26,0,3
:if:<npc.position(0)>=27,0,2
:then
@player.turnto(0)
@npc.turn(0,1)
@npc.move(0,1)
@npc.turn(0,2)
:endif
:when:27,0,3
:if:<npc.position(0)>=26,0,2
:then
@player.turnto(0)
@npc.turn(0,3)
@npc.move(0,1)
@npc.turn(0,2)
:endif
:endwhen
@level.update
:endif
:end