#include "..\script_component.hpp" // 5 seconds after the client is loaded, add the resupply action to all arsenal boxes [ {time > 5}, { if (missionNamespace getVariable [ QGVAR(setting_allowSupplyBoxScrollWheelSpawning), false ]) then {call FUNC(addSpawnBoxActions)} } ] call CBA_fnc_waitUntilAndExecute;