Please introduce the ability to reload partial amounts of a turret in a vehicle.
With a soldier you can add a partial magazine by using:
unitName addMagazine [magazineName, ammoCount]
I would like the ability to set a turrets Magazine ammo amount by doing the following.
vehiclename addMagazineTurret [turret array, [magazineName, ammoCount];
tank1 addMagazineTurret [[0,0], [450Rnd_127x108_Ball, 80];
Also a way to get MagazinesAmmo information for a Turret would also be very helpful. MagazinesAmmo is currently returning all magazines for a vehicle. If a scripter could get the information in a similar format to MagazinesAmmo it would make returning a tank to its previous status easier to code.
TurrentMagazinesAmmo [tank1,[0,0]];