Hi,
How would I go about adding a condition to my gauge that starts these
1 (>L:knob_fcu_light)
1 (>L:knob_fcu_display)
when it is nighttime in the sim or after a specific time?
Edit: I've come up with this, but I can't click them on and off. I don't want them on permanently when it's nighttime, just to automatically come on when it's night.... and it seems to come on during the day as well
Thanks!
How would I go about adding a condition to my gauge that starts these
1 (>L:knob_fcu_light)
1 (>L:knob_fcu_display)
when it is nighttime in the sim or after a specific time?
Edit: I've come up with this, but I can't click them on and off. I don't want them on permanently when it's nighttime, just to automatically come on when it's night.... and it seems to come on during the day as well
<Update>
(E:TIME OF DAY, enum) 3 ==
if{
1 (>L:knob_fcu_light)
1 (>L:knob_fcu_display)
}
</Update>
Thanks!
Last edited:


