Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. _activated = false;
  3. if !([_x] call cse_fnc_checkIEDActivated_IEDS) then {
  4. {
  5. if ([_x] call cse_fnc_checkIEDActivated_IEDS) exitwith { _activated = true;};
  6. }foreach (_x getvariable ['cse_iedCollection', []]);
  7. } else {
  8. _activated = true;
  9. };
  10. if (_activated) exitwith {
  11. CSE_MASTER_IED_COLLECTION deleteAt _foreachIndex;
  12. };
  13. false;
  14. }count CSE_MASTER_IED_COLLECTION;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement