March 24, 200620 yr So I have my gauge which displays one of two bitmaps depending on the state of an internal variable. All is good. But I want to add another IF statement that sets Bright="Yes" based on the case of another variable, like A:LIGHT PANEL. Here's my functional part:(G:Var1,bool)What I want is something like: IF (A:LIGHT PANEL, bool) 1 == THEN add Bright="Yes" to both lines.But I don't know how to integrate this. Thanks for the help, gurus.---Will
March 24, 200620 yr Author Will,This should work : (G:Var1,bool) (A:LIGHT PANEL, bool) 2 * + (ImagesSizes are not really necessary in FS2004)Tom
Create an account or sign in to comment