To include the HuntIR system in your mission, the following classnames are available: Ammo box ACE_HuntIRBox Monitor ACE_HuntIR_monitor Actual round ACE_HuntIR_M203
Examples to add to a weapons crate:
_vehicle addmagazinecargo ["ACE_HuntIR_monitor",10];
_vehicle addmagazinecargo ["ACE_HuntIR_M203",3];
