mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-16 15:28:37 +02:00
18 lines
790 B
Plaintext
18 lines
790 B
Plaintext
version=2
|
|
@battle.starttrainer(ssaqua\first trip\lazysailor)
|
|
@text.show(<battle.defeatmessage(ssaqua\first trip\lazysailor)>)
|
|
|
|
:if:<player.position>=4,0,5
|
|
:then
|
|
@npc.turn(0,0)
|
|
@npc.move(0,1)
|
|
:endif
|
|
|
|
@npc.turn(0,3)
|
|
@npc.move(0,2)
|
|
@npc.turn(0,2)
|
|
@npc.move(0,4)
|
|
@register.register(ssaquagotowork)
|
|
@npc.remove(0)
|
|
@npc.unregister(ssaqua\firsttrip\cabins\2.dat|0|position|3,0,5)
|
|
:end |