CAPTAIN SIM FORUM
737 Captain >> 737 Captain - General >> Heading bug LVAR
https://www.captainsim.org/forum/csf.pl?num=1649090541

Message started by thefrog on Apr 4th, 2022 at 4:42pm

Title: Re: Heading bug LVAR
Post by Angel of Attack on Apr 5th, 2022 at 11:38am
Here is what I use in LINDA:
[code]function CS_HDGKNO_DEC()
    ipc.writeLvar("L:L07_005_KNOB_C",-1)
    ipc.sleep(10)
    ipc.writeLvar("L:L07_005_KNOB_C",0)
end
function CS_HDGKNO_INC()
    ipc.writeLvar("L:L07_005_KNOB_C",1)
    ipc.sleep(10)
    ipc.writeLvar("L:L07_005_KNOB_C",0)[/code]
It'll move constantly  when set to -1/1 so you must move it back to 0 if you want only move by clicks

CAPTAIN SIM FORUM » Powered by YaBB 2.6.0!
YaBB Forum Software © 2000-2024. All Rights Reserved.