Could someone please help with the code of button that activates group 1 and sets throttle to 3% when pressed? I would be enormously grateful. Please and thank you.
Could someone please help with the code of button that activates group 1 and sets throttle to 3% when pressed? I would be enormously grateful. Please and thank you.
first get a Fighter Throttle or a Simple Throttle, the default value is
min = 0
andmax = 1
, if you want the Throttle to only go up to 98% for example, change the maximum value tomax = 0.98
this should work@PlaneFlightX aww shucks, ty for the answer.
Throttle can only be manipulated with levers, unfortuantly.