NVG_R.sqf 369 B

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