ACE3/addons/atragmx/initKeybinds.sqf

11 lines
369 B
Plaintext
Raw Normal View History

2015-04-30 20:02:20 +00:00
["ACE3 Equipment", QGVAR(ATragMXDialogKey), localize "STR_ACE_ATragMX_ATragMXDialogKey",
{
// Conditions: canInteract
if !([ACE_player, objNull, []] call EFUNC(common,canInteractWith)) exitWith {false};
2015-04-30 20:02:20 +00:00
// Statement
[] call FUNC(create_dialog);
false
},
{false},
[0, [false, false, false]], false, 0] call CBA_fnc_addKeybind; // (empty default key)