Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. _exit = false;
  2. switch (true) do
  3. {
  4. case true:
  5. {
  6. if !(var) exitWith {_exit = true;};
  7. if (_exit) exitWith {};
  8. };
  9. };
  10. if (_exit) exitWith {};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement