Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. _exit = false;
  2. if (false) then {
  3. //
  4. } else {
  5. if (_thingy) exitWith{_exit = true};
  6. };
  7. if (_exit) exitWith{false};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement