Search found 1 match

by traigla
21 Dec 2015, 20:54
Forum: HOW-TOs and documentation
Topic: PMDG 737NGX Landing Lights
Replies: 0
Views: 6684

PMDG 737NGX Landing Lights

I've tried using this code to turn on/off the landing lights. They turn off fine, but they won't turn on. Here's the code in the macro key L1 = HIDMacros.GetFSUIPCInt(LTS_LandingLtRetractableSw, 2) L2 = HIDMacros.GetFSUIPCInt(LTS_LandingLtFixedSw, 2) if (Round(L1)+Round(L2) > 0) then HIDMacros.FSXEv...