- Messages
- 70
- Country

Hello guys
Working hard on the VC for my shorts 360 and I am stuck at a point to get an illumination for when a switch is turned on. for example prop anti-ice switch is turned on so the on indicator lights up. I've done a forum search and see that I would have to write a partinfo with a visibility tag which i have done.
my question is which option do i select so that it is illuminated?
http://prntscr.com/g3lhuy
Working hard on the VC for my shorts 360 and I am stuck at a point to get an illumination for when a switch is turned on. for example prop anti-ice switch is turned on so the on indicator lights up. I've done a forum search and see that I would have to write a partinfo with a visibility tag which i have done.
my question is which option do i select so that it is illuminated?
http://prntscr.com/g3lhuy
Code:
<PartInfo>
<Name>Button_On_Illuminated</Name>
<Visibility>
<Parameter>
<Code>
(A:PROP DEICE SWITCH,bool) 1 ==
</Code>
</Parameter>
</Visibility>
</PartInfo>
