MFiveASP 1 Posted February 23, 2020 Hi. blufor_box_backpack addBackpackCargoGlobal ["B_mas_usl_Kitbag_w", 56]; I add 56 backpacks to the box, but the backpacks are not empty, there are 2 mines in each backpack. How do I add a cleaned backpack to a drawer? How can I clean the backpack that I added to my drawer? p.s I am very sorry, I accidentally created a topic in another section. Can I ask the moderators to remove it? Share this post Link to post Share on other sites
Grumpy Old Man 3546 Posted February 23, 2020 2 hours ago, MFiveASP said: Hi. blufor_box_backpack addBackpackCargoGlobal ["B_mas_usl_Kitbag_w", 56]; I add 56 backpacks to the box, but the backpacks are not empty, there are 2 mines in each backpack. How do I add a cleaned backpack to a drawer? How can I clean the backpack that I added to my drawer? p.s I am very sorry, I accidentally created a topic in another section. Can I ask the moderators to remove it? Something like this should work: { clearMagazineCargo (_x # 1); } forEach everyContainer ammocrate; Just make sure to use the proper clearXY commands for items, magazines etc. respectively. Cheers 1 Share this post Link to post Share on other sites
MFiveASP 1 Posted February 23, 2020 11 hours ago, Grumpy Old Man said: Something like this should work: { clearMagazineCargo (_x # 1); } forEach everyContainer ammocrate; Just make sure to use the proper clearXY commands for items, magazines etc. respectively. Cheers Very Thanks!!! 1 Share this post Link to post Share on other sites