April 30, 200323 yr I have two almost identical macros one which works fine in FS2002 and the other locks the computer up solid as soon as Fs2002 loads.The only line that I can see may be causing problems is;IfVarAnd( :Notex 340 FFFF )Can anyone tell me if this is redundant in Fs2002?boneshttp://fsaviation.net
May 1, 200323 yr >I have two almost identical macros one which works fine in>FS2002 and the other locks the computer up solid as soon as>Fs2002 loads.>>The only line that I can see may be causing problems is;>>IfVarAnd( :Notex 340 FFFF )>>Can anyone tell me if this is redundant in Fs2002?>>bones>http://fsaviation.netHi Bones,Assuming (did not test) that:variable 340 contains 0 is ground textures are OFF andvariable 340 contains 1 is ground textures are ONthe line of code would be equivalent to a Jump to :Notex when Ground textures are OFF. When they are ON the line of code following that one would take control.Regards, Luis
Create an account or sign in to comment