Ryujin 0 Posted March 7, 2013 Just a quick fix giving the Iranian's thier flight suit (with better camo too in my opinion) and a nato helemet. Just drop this in the init.sqf { if (side _x == east) then { _x unassignItem "NVGoggles"; _x removeItem "NVGoggles"; removeuniform _x; _x adduniform "U_OI_PilotCoveralls"; removeHeadgear _x; _x addHeadgear "H_HelmetB"; }; } foreach allunits; Share this post Link to post Share on other sites
adamjm 10 Posted March 7, 2013 Thank you for this, this is great. I wonder if I could adapt it to work with addAction and allow players to steal enemy uniforms in a mission. The way you've done it allows for it to be an option for any enemy unit which opens up some interesting mission possibilities for coop. Share this post Link to post Share on other sites
Montgomery 205 Posted March 7, 2013 Good job man! The Iranian space helmets and wacky uniforms were pretty strange. Share this post Link to post Share on other sites