Skip to content

Instantly share code, notes, and snippets.

@headswe
Created December 27, 2015 17:51
Show Gist options
  • Select an option

  • Save headswe/e19393d20ff37451b5e7 to your computer and use it in GitHub Desktop.

Select an option

Save headswe/e19393d20ff37451b5e7 to your computer and use it in GitHub Desktop.
_badmag = "";
_newmag = "";
{
if(!isplayer _x) then {
_numOfMags = {tolower _x == tolower _badmag} count magazines _x;
if(_numOfMags > 0) then {
_x removeMagazines _badmag;
_x addMagazine [_newmag,_numOfMags];
};
};
} foreach allunits;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment