I am using the wing part for flaps and I want the flaps to ONLY go down when VTOL slider is between 0 - -1 (so when the VTOL slider is above 0, the flap stays at 0 pitch but if the VTOL slider is below 0, the flap goes down). I am fine with XML (and I play on IOS just btw) so please send me anything!
Please respond
Thanks
Well, using Overload open the
ControlSurface
tab of the wing part.Put
VTOL < 0? VTOL : 0
in
inputid
.The End.
Actually you may need to change the invert on the mirrored part, don't forget to check it