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

19 lines
580 B
Plaintext

version=2
:select:<player.position>
:when:6,0,4
@npc.turn(1,0)
:when:4,0,6
@npc.turn(1,1)
:endwhen
:if:<register.registered(rocket_invasion_radio)>=True
:then
@text.show(Hello. I'm sorry,~but we're not offering~any tours today.)
:end
:endif
@text.show(Welcome!)
:end