P3D-Legacy/P3D/Content/Data/Scripts/warning.dat

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