What I like to have:
While the aircraft is parked cold and dark, no pilot is visible and the canopy is closed. During pre-flight check the pilot gets visible and the canopy is open. The aircraft taxis to the runway with open canopy. Then the canopy closes and off it goes.
What I have:
While the aircraft is parked cold and dark, no pilot is visible and the canopy is closed. During pre-flight check the pilot gets visible and the canopy is open. The aircraft taxis to the runway with open canopy. Then the canopy does not close and off it goes.
I fear that might be against some regulations and the pilot will catch a cold

This is the code I use:
<part>
<name>MIG23_canop</name>
<animation>
<parameter>
<code>
(A:LIGHT NAV, bool) 100 *
</code>
<lag>20</lag>
</parameter>
</animation>
</part>
Is it right that I need to add a "not LIGHT LANDING" condition to get what I want? If so, can somebody please tell me how the syntax for this boolean combine works?