put this code in activation group in overload:
IAS < 96.561
Another way is putting this in input/inputId:
IAS < 96.561 ? Pitch : 0
The speed has to be in meters per second and you can use TAS or GS instead of IAS.
For the second one you can use anything instead of Pitch, like Roll, Yaw...
@Spaceflower You're welcome, good luck with it!
@edensk Thank you very much! This will be of much use for my zero replica.
put this code in activation group in overload:
IAS < 96.561
Another way is putting this in input/inputId:
IAS < 96.561 ? Pitch : 0
The speed has to be in meters per second and you can use TAS or GS instead of IAS.
For the second one you can use anything instead of Pitch, like Roll, Yaw...