Request for implementation of simple commands that should have been in the game for a long time but are still missing:
----------
<b><u>addMagazineTurretAmmo</u></b>
Description:
Adds a magazine to a turret, with a specific ammo count.
Syntax:
vehicle addMagazineTurretAmmo [magazineClass, ammoCount, turretPath]
Parameters:
vehicle: Object magazineClass: String ammoCount: Number turretPath: Array
<b><u>removeMagazineTurretAmmo</u></b>
Description:
Removes a magazine with a specific ammo count from a turret.
Syntax:
vehicle removeMagazineTurretAmmo [magazineClass, ammoCount, turretPath]
Parameters:
vehicle: Object magazineClass: String ammoCount: Number turretPath: Array
Please do NOT reply with "setMagazineTurretAmmo", that thing is badly coded and does not cover all possibilities for which the above commands would be used for. I'm looking at you, Killzone Kid.