1,112
edits
Line 182: | Line 182: | ||
# | # | ||
if (addons.isAddonLoaded("a.marius.FGCamera")) { | if (addons.isAddonLoaded("a.marius.FGCamera")) { | ||
fgcamera.walker.getOutCallback = func { | fgcamera.walker.getOutCallback = func { | ||
fgcamera.walker.getOutTime = getprop("/sim/model/door-positions/DoorL/opened") == 0 ? 2 : 0; | fgcamera.walker.getOutTime = getprop("/sim/model/door-positions/DoorL/opened") == 0 ? 2 : 0; |
edits