P3D-Legacy/P3D/Content/Data/Scripts/ssaqua/first trip/blockingguy.dat

15 lines
1.2 KiB
Plaintext

version=2
:if:<register.registered(ssaquagotowork)>=False
:then
:if:<register.registered(ssaquafindthatguy)>=False
:then
@text.show(Hey, kid.*Could I get you to~look for my buddy?*He's goofing off somewhere,~that lazy bum!*I want to go find him,~but I'm on duty right now.)
@register.register(ssaquafindthatguy)
@npc.register(ssaqua\firsttrip\cabins\2.dat|0|position|3,0,5)
:else
@text.show(Oh, gee...*The Captain will be furious...)
:endif
:else
@text.show(Thanks, kid!*I chewed him out good so~he'll quit slacking off!*A little girl?*I may have seen~her go by here.)
:endif
:end