NVG_R.sqf 351 B

12345678910111213
  1. //remove NVGS from troopers
  2. {
  3. _x unassignItem "swop_nvchipclean";
  4. _x unassignItem "SWOP_NVChip";
  5. _x unassignItem "SWOP_NVChip2";
  6. _x removeItem "swop_nvchipclean";
  7. _x removeItem "SWOP_NVChip";
  8. _x removeItem "SWOP_NVChip2";
  9. } forEach playableUnits;
  10. hintSilent "NVGS have been removed from all troopers,CPs and above still have NVG";