Afgan0r 0 Posted May 13, 2020 Hi, I'm looking for command or maybe script (if it exists) which can help to get and set items in the crate. I know about WeaponCargo, MagazineCargo and etc, but it's hard to use because get command return array with all items, but set command can only be used with 1 item so I need to use foreach or something like this. Which command (script) I must use or how can I do this not using foreach? Share this post Link to post Share on other sites
Dedmen 2725 Posted May 13, 2020 https://github.com/WolfCorps/WolfLogistics/blob/master/addons/main/functions/fnc_createPresetFromBox.sqf https://github.com/WolfCorps/WolfLogistics/blob/master/addons/main/functions/fnc_fillPresetIntoBox.sqf handles everything but backpacks 😄 3 Share this post Link to post Share on other sites
LSValmont 789 Posted May 13, 2020 On 5/13/2020 at 9:33 AM, Dedmen said: https://github.com/WolfCorps/WolfLogistics/blob/master/addons/main/functions/fnc_createPresetFromBox.sqf https://github.com/WolfCorps/WolfLogistics/blob/master/addons/main/functions/fnc_fillPresetIntoBox.sqf handles everything but backpacks 😄 Just what I was looking for @Dedmen WolfLogistics is a sort of updated version of R3F Logisitics? When can we expect a release? Share this post Link to post Share on other sites
Dedmen 2725 Posted May 14, 2020 On 5/13/2020 at 2:41 PM, LSValmont said: WolfLogistics is a sort of updated version of RHS Logisitics? Dunno what RHS Logistics is, just something that I pulled up in about a day because my unit was fed up with packing boxes by hand, and by our logistics team seriously underperforming. Basically Arsenal saved loadouts, but for boxes/vehicle inventory. No public release planned, might put it on workshop someday but not much beyond that. 1 Share this post Link to post Share on other sites
Afgan0r 0 Posted May 14, 2020 On 5/13/2020 at 9:33 AM, Dedmen said: https://github.com/WolfCorps/WolfLogistics/blob/master/addons/main/functions/fnc_createPresetFromBox.sqf https://github.com/WolfCorps/WolfLogistics/blob/master/addons/main/functions/fnc_fillPresetIntoBox.sqf handles everything but backpacks 😄 Thanks, that's exactly what I need Share this post Link to post Share on other sites
LSValmont 789 Posted May 14, 2020 On 5/14/2020 at 7:17 AM, Dedmen said: Dunno what RHS Logistics is, just something that I pulled up in about a day because my unit was fed up with packing boxes by hand, and by our logistics team seriously underperforming. Basically Arsenal saved loadouts, but for boxes/vehicle inventory. No public release planned, might put it on workshop someday but not much beyond that. Looking forward to a public release, much needed feature as currently logistics take ages... I was actually talking about R3F... Share this post Link to post Share on other sites