Hi, I am having real trouble solving this,
I have got the Mixture setting sorted, and its only controlling Off to Low to High (which I want)
if mixture_axis > 0.99 then SetTo = 2 end
if mixture_axis < 0.60 then SetTo = 1 end
if mixture_axis < 0.01 then SetTo = 0 end
Now I am having trouble creating a new Lua ( I really havent a clue) for my Prop axis, I want this to be used to move from High Idle (2) to Flight Idle (3).
I assume something like
if mixture_axis > 0.95 then SetTo = 3 end
if mixture_axis < 0.05 then SetTo = 2 end
Will work, However I have no idea how to make a lua work, Ive tried coping the Mixture one and then Changing the above, I have tried finding the Prop axis id using the methods described I just can get it to work. 28 is my Mixture 1 value. I cant find my Prop 1 value.
Any help would be great.