ACE & Vanilla Arsenal
ACE
[this, true] call ace_arsenal_fnc_initBox;this addAction ["<t color='#FFFFFF' size='1'><img image='a3\ui_f\data\logos\a_64_ca.paa'></img><t color='#ffd700' size='1' font='puristaBold'>ACE ARSENAL<t>", {[player, player, true] call ace_arsenal_fnc_openBox;}];player in thisListthisTrigger setVariable ["_playerAction", player addAction ["<t color='#FFFFFF' size='1.4'><img image='a3\ui_f\data\logos\a_64_ca.paa'></img><t color='#ffd700' size='1.4' font='puristaBold'> ACE Arsenal</t>", {[player, player, true] call ace_arsenal_fnc_openBox;}]];player removeAction (thisTrigger getVariable ["_playerAction", -1])
Vanilla
player in thisListthisTrigger setVariable ["_playerAction", player addAction ["Arsenal", {["Open", [true]] call BIS_fnc_arsenal;}]];player removeAction (thisTrigger getVariable ["_playerAction", -1])
this addAction ["Arsenal", {["Open", [true]] call BIS_fnc_arsenal;Last updated