FSX equivalent?
Trying to redo some of my FS9 AI coding for FSX.
Been told FSX no longer turns on the Nav lights 15 prior to departure!
A lot of my AI FS9 visibility code is based on the Nav light.
Had a look at the SDK and nothing seems to jump out as a suitable replacement.
Tried the FSX (A:TRAFFIC STATE,string) variable - doesn't seem to work for AI!
for eg.
<Code>
(A:TRAFFIC STATE,string) 'taxi out' scmp 0 ==
if{ 1 } els{ 0 }
</Code>
So what can I use in place of the LIGHT NAV variable to get the 15 mins before departure for an AI aircraft in FSX?
Cheers
Trying to redo some of my FS9 AI coding for FSX.
Been told FSX no longer turns on the Nav lights 15 prior to departure!
A lot of my AI FS9 visibility code is based on the Nav light.
Had a look at the SDK and nothing seems to jump out as a suitable replacement.
Tried the FSX (A:TRAFFIC STATE,string) variable - doesn't seem to work for AI!
for eg.
<Code>
(A:TRAFFIC STATE,string) 'taxi out' scmp 0 ==
if{ 1 } els{ 0 }
</Code>
So what can I use in place of the LIGHT NAV variable to get the 15 mins before departure for an AI aircraft in FSX?
Cheers





