Search found 1 match

by happy1911
09 Jul 2014, 04:37
Forum: HOW-TOs and documentation
Topic: PMDG 737 apu
Replies: 2
Views: 11691

PMDG 737 apu

how do i write the code to push a button and the apu turns on and then when i push it again it will turn off i tired this but it did not work L1 = HIDMacros.GetFSUIPCRAW(APU_Selector, 1) if (Round(L1) > 0) then HIDMacros.FSXEvent APU_Selector, MOUSE_FLAG_RIGHTSINGLE else HIDMacros.FSXEvent APU_Selec...