When it comes to scripts in Arma 3, I think few are used as often as the BIS Arsonel script. I think it should be enabled as an option in the Eden editor as often as it’s used. Well here’s the arsenal script for Arma 3:

0 = ["AmmoboxInit",[this,true]] spawn BIS_fnc_arsenal;

Put the script in here

If you want a remote or long-distance arsenal script:

call{this addAction ["<t color='#004EFF'>Arsenal</t>", {["Open",true] spawn BIS_fnc_arsenal}];}", {["Open",true] spawn BIS_fnc_arsenal}];}

If you want to know how to set this up, search for the object: Supply Box. This is what players are familiar with. Right-click on the box and then go to “attributes”. Paste the script in the box and then click OK. Simple enough?

You can also exec arsenal scripts in Zeus as well, just repeat the steps.

Arma Server