Hey,
we tried to remove the "feature" weapons from the VA but that does not work.
We tried it with an SQF file (see attachment).
We tried it in the Init of the Box.
[arsenal1,"launch_B_Titan_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_I_Titan_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_O_Titan_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_Titan_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_I_Titan_short_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_B_Titan_short_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_O_Titan_short_F",true] call BIS_fnc_removeVirtualWeaponCargo;
[arsenal1,"launch_Titan_short_F",true] call BIS_fnc_removeVirtualWeaponCargo;"
We tried it over Local Exec nothing seems to work.
Same for Item and magazine and also Backbacks. {F24796}