I have an airplane with 4 engines, and 4 levers for throttle, can I make so each lever controls each engine throttle?
Look at this
abs(Rpm1/1200)
abs(Rpm2/1200)
Each code outputs the rpm of each engine to a rpm gauge, so I believe if write something like this:
Throttle2
And put it into the input of the lever, It could work...maybe? Help :p
@Bryan5 I actually never saw this so thank you for helping with a question I had but now how do you make the lever act like a landing gear lever? Like the lever for the landing gears are angled backward when extended
@SteamPunkPilot Okay👍
@Bryan5 removed on purpose, said it didn't work, but I forgot to add something, it does work now
@SteamPunkPilot
Since you removed your comment/answer, i didn't see it, what did you want to say ?
Throttle1
for engine 1Throttle2
for engine 2Throttle3
for engine 3Throttle4
for engine 4It will probably work