mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
11 lines
480 B
Plaintext
11 lines
480 B
Plaintext
version=2
|
|
:if:<register.registered(trainer_radiotower\petrel)>=false
|
|
:then
|
|
@Text.show(Y-you! You came to~rescue me?)
|
|
@NPC.turn(0,1)
|
|
@npc.move(0,3)
|
|
@npc.turn(0,0)
|
|
@npc.move(0,1)
|
|
@script.start(trainer\radiotower\petrel)
|
|
:endif
|
|
:end |