Config_loadoouts - 61st/missions GitHub Wiki

["CRATE NAME", [Array of items]]

Crate Name = the name of the crate, no spaces

Array of Items = [Class Name, amount], 0 = unlimited

["crate_medical", [
    ["Attachable_Helistretcher",1],
    ["ACE_surgicalKit",2],
    ["LXIM_medbags_FirstAid",12],
    ["ACE_salineIV_500",3],
    ["ACE_salineIV_250",4],
    ["ACE_salineIV",1],

    ["LXIM_medbags_Trauma", 2],
    ["LXIM_medbags_Fluid", 6],
    ["LXIM_medbags_DrugKit", 6],
    ["LXIM_defib_AED", 1],

    // Body Bags
    ["ACE_bodyBag",10],

    // E-Tools
    ["ACE_EntrenchingTool",4],

    // Smokes
    ["SmokeShell",16],
    ["SmokeShellBlue",8],
    ["SmokeShellGreen",8],
    ["SmokeShellPurple",8],

    // Flags and Paint
    ["ace_marker_flags_green",4],
    ["ace_marker_flags_red",4],
    ["ace_marker_flags_blue",4],
    ["ACE_SpraypaintBlue",1],
    ["ACE_SpraypaintRed",1]
]],
Arguments:
0: Module Position <ARRAY> (Default: [0.0,0.0,0.0])
1: Crate Type <STRING> (Default: "crate_resupply_general")

Example:
[[0.0,0.0,0.0],"crate_resupply_general"] call YMF_fnc_doSupplyCrate;
[[0.0,0.0,0.0],"crate_medicalAtlas"] call YMF_fnc_doSupplyCrate;

Required

'crate_resupply_general', 'crate_medical', 'crate_medicalInfantry'

⚠️ **GitHub.com Fallback** ⚠️