Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.




ok next try. I will be right back. Trying to fix a refrigerator door stop and that didn't fix it opening too far either.an AND was missing!
wrong variable used!
Opening the proper window is not affected by the xlm-gauge.
Does tooltip open proper?
next try. That did it. it works perfectly now. Thank you for all your help. I just looked online about the refrigerator and the man took the whole door off. I don't think I am going to do that at least not at this stage. Again thank you this I am going to share it with my flightsim partner.

If your hear the sound APU is ON
(L:APUPower,bool) 1 ==
(L:dsd_fsx_sound_id_10,number) 0 ==
and
if{
2 (>L:dsd_fsx_sound_id_10,number)
1 (>K:APU_STARTER) <!-- from your gauge -->
1 (>K:APU_GENERATOR_SWITCH_SET) <!-- from your gauge -->
}
No APU sound so APU is OFF
(L:APUPower,bool) 0 ==
(L:dsd_fsx_sound_id_10,number) 0 !=
and
if{
0 (>L:dsd_fsx_sound_id_10,number)
(>K:APU_OFF_SWITCH) <!-- from your gauge -->
0 (>K:APU_GENERATOR_SWITCH_SET) <!-- from your gauge -->
}
If the battery switch is on with the APU running there is 28 volts or with it off.
