Koni 1 Posted March 1, 2012 (edited) Title says it all really. I want to remove NV goggles from all units within a trigger area from the start of the mission. I know I can always use this removeWeapon "NVGoggles"; on every unit, but I know there will be some simple one liner to use in the .init something along the lines of (x_removeweapon "nvgoggles") forEach thislist; but I can't get it right. Sorted it out, wrong brackets (( instead of {{ Thanks Edited March 1, 2012 by Koni Share this post Link to post Share on other sites
pellejones 1 Posted March 1, 2012 {_x removeWeapon "NVgoggles"} foreach thislist; should do it. Share this post Link to post Share on other sites