Jan.K 10 Posted January 23, 2011 Is there a simple way to remove all the NVs on a map/server? Playing Domi at night and would be fun to force NV off for a change :o Share this post Link to post Share on other sites
ArmAriffic 10 Posted January 23, 2011 Don't know about all of them, you can do each person like - this removeWeapon "ItemRadio" Share this post Link to post Share on other sites
PuFu 4600 Posted January 23, 2011 You are now in CONFIGS AND SCRIPTINg (addons) sub-forums Posting in the right section (MISSION EDITING & SCRIPTING) will only increase the chance to get a faster and more accurate answer to your problem Share this post Link to post Share on other sites
bhaz 0 Posted January 24, 2011 (edited) { if (_x hasWeapon "NVGoggles") then { _x removeWeapon "NVGoggles"; }; } forEach allUnits; To build this into Domi, I guess you'd need to find somewhere to place it inside a respawn script. I've never unPBO'd Domination so I wouldn't know. Edited January 24, 2011 by bhaz Share this post Link to post Share on other sites