Logistical Crates - 7Cav/cScripts GitHub Wiki
The logistical crates are several functions built to give players in the fieald a quick way to resupply and give logistical people a easier way to moving equipment around. When the system is applyed the crate will get the sprayed CAV insignia.
The functions is applied manually via Eden or can be spawned using a 7Cav Moduel. Only the supply crate is avalible as a module.
[this] call cScripts_fnc_doSupplyCrate;
[this] call cScripts_fnc_doEmptyCrate;
Syntax: [this, 1] call cScripts_fnc_[TYPE];
Parameters:
0: Crate <OBJECT>
1: Scale cargo amount <NUMBER> (Default: 1)
Return Value: Nothing