P3D-Legacy/P3D/Content/Data/Scripts/radiotower/petrel_start.dat

11 lines
480 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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