#include "..\script_component.hpp" if (GVAR(armory_type) == 0) then { ["Open", [false, GVAR(gear_box), player]] call BFUNC(arsenal); } else { [GVAR(gear_box), player, false] call AFUNC(arsenal,openBox); };