I have made a simple button box with some on/off switches. I want one of the switches to toggle the Master Arm switch in the F18.
Got it to work with the following code, but sometimes the switch is reversed and I have to pause the game and put the switch in the right position.
I know there is a way to avoid this, but i can't get it to work..
{ down = SMS_commands.MasterArmSw_EXT, up = SMS_commands.MasterArmSw_EXT, cockpit_device_id = devices.SMS, value_down = 1.0, value_up = 0.0, name = _('Master Arm Switch - ARM/SAFE'), category = {_('Instrument Panel'), _('Master Arm Panel')}},
I have read the PDF and most of the posts in this topic, still having some trouble. Any help would be appreciated.