7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
#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);
|
|
}; |