Developed some XML for a mates AI Aircraft for FS9 using G:Vars, works a treat.
The same XML properly formatted for FSX produces nothing!
For eg
<code>
(G:Var1) 0 == if{ etc etc if{ etc etc } els{ etc etc } }
(G:Var1) 1 == if{ etc etc if{ etc etc } els{ etc if{ etc } els{ etc } } }
</code>
Did it this way to be able to have complex if / els after the initial G:Var comparison. Also makes it easier to read/debug at a later date (for me anyway)
Leaves me with two possibilities
a) It no longer allows that format and would now have to be
(G:Var1) 0 == if{ } els{ if { } els{ if{ } esl{ if{ } els{ } } } } etc etc
Or
G:Vars can't be used in FSX for AI aircraft.
L:Vars DONT work!
Any ideas / suggestions?
The same XML properly formatted for FSX produces nothing!
For eg
<code>
(G:Var1) 0 == if{ etc etc if{ etc etc } els{ etc etc } }
(G:Var1) 1 == if{ etc etc if{ etc etc } els{ etc if{ etc } els{ etc } } }
</code>
Did it this way to be able to have complex if / els after the initial G:Var comparison. Also makes it easier to read/debug at a later date (for me anyway)
Leaves me with two possibilities
a) It no longer allows that format and would now have to be
(G:Var1) 0 == if{ } els{ if { } els{ if{ } esl{ if{ } els{ } } } } etc etc
Or
G:Vars can't be used in FSX for AI aircraft.
L:Vars DONT work!
Any ideas / suggestions?

