mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
version=2
|
|
:if:<player.position>=15,0,-1
|
|
:then
|
|
@npc.warp(0,14,0,0)
|
|
@player.move(2)
|
|
@player.turnto(0)
|
|
@npc.turn(0,3)
|
|
@npc.move(0,1)
|
|
@npc.turn(0,2)
|
|
:endif
|
|
:end |