2016-10-08 10:55:30 +00:00
|
|
|
|
2023-10-02 17:29:38 +00:00
|
|
|
["ACE3 Equipment", QGVAR(LaserCodeUpHundreds), localize LSTRING(laserCodeUpHundreds),
|
|
|
|
{
|
|
|
|
[2] call FUNC(keyLaserCodeChange);
|
|
|
|
},
|
|
|
|
{false},
|
|
|
|
[DIK_Q, [false, true, true]], false, 0] call CBA_fnc_addKeybind; // (ALT+CTRL+Q)
|
2016-10-08 10:55:30 +00:00
|
|
|
|
2023-10-02 17:29:38 +00:00
|
|
|
["ACE3 Equipment", QGVAR(LaserCodeUpTens), localize LSTRING(laserCodeUpTens),
|
2016-05-30 16:37:03 +00:00
|
|
|
{
|
2023-10-02 17:29:38 +00:00
|
|
|
|
2016-10-08 10:55:30 +00:00
|
|
|
[1] call FUNC(keyLaserCodeChange);
|
2016-05-30 16:37:03 +00:00
|
|
|
},
|
|
|
|
{false},
|
2023-10-02 17:29:38 +00:00
|
|
|
[DIK_W, [false, true, true]], false, 0] call CBA_fnc_addKeybind; // (ALT+CTRL+W)
|
2016-05-30 16:37:03 +00:00
|
|
|
|
2023-10-02 17:29:38 +00:00
|
|
|
["ACE3 Equipment", QGVAR(LaserCodeUpOnes), localize LSTRING(laserCodeUpOnes),
|
2016-05-30 16:37:03 +00:00
|
|
|
{
|
2016-10-08 10:55:30 +00:00
|
|
|
|
2023-10-02 17:29:38 +00:00
|
|
|
[0] call FUNC(keyLaserCodeChange);
|
2016-05-30 16:37:03 +00:00
|
|
|
},
|
|
|
|
{false},
|
2023-10-02 17:29:38 +00:00
|
|
|
[DIK_E, [false, true, true]], false, 0] call CBA_fnc_addKeybind; // (ALT+CTRL+E)
|