At the moment, to add magazines to a turret, you have to use addMagazineTurret, which only does 1 magazine at a time. If you want to add lots of mags, this requires an annoying for loop.
It would be good to have an addMagazinesTurret, or an additional magazine count parameter for addMagazineTurret.