hello there i used the following to create Arsenal on airdrop but on dedicated the Arsenal option repeats itself 2 arsenal options in the drop down this only occurs on editor placed boxes the droped ones are fine any idea why this is happening the init line of the editor placed box is empty.
description.ext...
class Extended_Init_EventHandlers { class B_supplyCrate_F { init = " _this call (compile preprocessFileLineNumbers 'arsenalCrate.sqf')"; }; };
arsenalCrate.sqf...
_crate = _this; [-1, { _crate = _this; _crate addAction ["<t color='#ff1111'>BIS Arsenal</t>", {["Open",true] call BIS_fnc_arsenal}]; }, _crate] call CBA_fnc_globalExecute;
thx in advanced for any help and an amazing commuinty/mod