mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
version=2
|
|
@text.show(The following paths are still~under construction!*There's lag coming ahead, do~you want to continue?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@npc.turn(1,3)
|
|
@npc.move(1,1)
|
|
@npc.turn(1,1)
|
|
:when:No
|
|
:endwhen
|
|
:end |