One question.
I´m trying to set the L-39 "landing switch" to the Warthog Pinkie in the throttle.
Something like this:
{down = iCommandPlane_SpotSelect_switch, value_down = 1.0, value_up = 0.0, name = _('3pos Spotlight Switch - LANDING'), category = {_('Systems')}},
{down = iCommandPlane_SpotSelect_switch, value_down = -1.0, value_up = 0.0, name = _('3pos Spotlight Switch - Taxi'), category = {_('Systems')}},
The original LUA:
{down = iCommandPlane_SpotSelect_switch, value_down = 1.0, name = _('Spotlight Switch - LANDING'), category = {_('Systems')}},
{down = iCommandPlane_SpotSelect_switch, value_down = -1.0, name = _('Spotlight Switch - TAXI'), category = {_('Systems')}},
{down = iCommandPlane_SpotSelect_switch, value_down = 0.0, name = _('Spotlight Switch - OFF'), category = {_('Systems')}},
But doesn´t work. Any ideas?