Advertisement
Guest User

Untitled

a guest
May 20th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. _x setVariable ["Ace_medical_medicClass", 1, true];
  3. } foreach (allunits select {_x isKindOf “RG_InfantryMed_MTP”});
  4.  
  5. {
  6. _x setVariable ["Ace_medical_medicClass", 1, true];
  7. } foreach (allunits select {_x isKindOf “RG_PlatoonFSG_MTP”});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement