- Messages
- 462
- Country

Ok guys....need some help here...Cannot for the life of me get the MFDs to turn on.....I know they are working as when I turn on the avionics I get the test screen (a large T) in the middle of the screens....
here is the code in makemdl.xml
Now according to the gauge, this is the visibility code
Anyone have any ideas on how to get the 3d switch to turn on the 2d MFD?
here is the code in makemdl.xml
Code:
-<part>
<name>ec155mfd1</name>
-<animation>
-<parameter>
<code>(L: MFD1_Main, bool) 100 *</code>
<lag>400</lag>
</parameter>
</animation>
-<mouserect>
<cursor>Hand</cursor>
<tooltip_text>SWITCH ON MFD1</tooltip_text>
<callback_code>(L: MFD1_Main,bool) ! (>L: MFD1_Main,bool)</callback_code>
</mouserect>
</part>
Code:
<Visible> (A:Circuit general panel on, bool) (L:MFD1_Main,bool) ! && (A:Avionics master switch,bool) && (L:SMD_Test,bool) &&</Visible>
Anyone have any ideas on how to get the 3d switch to turn on the 2d MFD?

