Taylor1984 14 Posted July 3, 2019 Hi How do you make an AI take a vest, a backpack, ammo, items, a helmet and weapons from an ammo crate using a script? So far I've only managed to make the AI take all the ammo using this rather clunky code: _cratemags = magazinecargo _crate; {_AI addmagazines [_x, 1]}forEach _cratemags; clearmagazinecargo _crate; Thanks Share this post Link to post Share on other sites