I'd like to request two new scripting commands to return vehicle countermeasures state per turret. Right now this is completely impossible through scripting.
Getter:
ARRAY = VEHICLE currentCM TURRET
Array should include [WEAPON, MUZZLE, MODE, MAGAZINE], optionally maybe [magazineId, creatorId]
Setter:
BOOL = VEHICLE selectCM [TURRET, WEAPON, [MUZZLE, [MODE, [MAGAZINE]]]]
Arguments past weapon should be optional, would be great to have it support "this" for muzzle and mode as well as empty string for default muzzle when you just want to load a magazine.