Hello guys, sorry for the late reply. I was sick these past weeks. I have successfully assigned two commands to a single button. Now for my original question #3 (conditional button) I have studied the advanced user's guide and came up with this: Objective: Toggle the landing lights only when they are currently off. (don't ask why, it's for practice only) FSUIPC4 Offsets Status.pdf: 028C 1 Landing lights. (See also offset 0D0C). Size 1 - I assume that's Byte, correct? So condition is B028C=0 i.e. lights are off. Why does it give me an error?
8=B028C=0,PB,2,C65751,0 ;//C66059 << ERROR 9! Line ignored >>
9=UB,2,C65751,0 ;//C66060
As to the flaps lever, it has 9 detentions and is calibrated for the 737 and works great. On other aircraft I have to skip one or two detentions where nothing happens:
Det. 737 A321 Beech
0 0 0 0
1 1 0 0
2 2 1 1
3 3 1 1
4 4 2 1
5 5 2 2
6 6 3 2
7 7 3 3
8 8 4 3
I would prefer to increase flaps with every detention. Can this be done?