MitchyG117 1 Posted July 14, 2019 The title is pretty much the question. I would like OPFOR and BLUFOR Helicopters to duke it out in the skies without causing the infantry to be distracted from their ground battle. As of right now, having ground units trying to fight each other pans out kinda awkwardly when air units are fighting nearby because they'll stop paying attention to the enemy squad in front of them and start staring/firing at the helicopter Share this post Link to post Share on other sites
gc8 977 Posted July 14, 2019 You could try making the helicopters fly high enough with flyinheight command but I'm not sure how well that works Share this post Link to post Share on other sites
TeTeT 1523 Posted July 15, 2019 If you don't mind getting into modding, you can change the threat value for soft to 0 in the helo configs: https://community.bistudio.com/wiki/CfgVehicles_Config_Reference#threat Then they should be ignored by the infantry on the ground. Share this post Link to post Share on other sites
wogz187 1086 Posted July 15, 2019 @MitchyG117 Try making your units forget target. Probably this one: onEachFrame { enemyBob forgetTarget player }; onEachFrame { _unit forgetTarget _helo }; I don't know if that will be processor intensive. Maybe depending on how many NPC's. Share this post Link to post Share on other sites