View difference between Paste ID: XbKuMfmR and CbTKHLMV
SHOW: | | - or go back to the newest paste.
1-
_exit = if (false) then {
1+
_exit = false;
2-
	
2+
if (false) then {
3
	//	
4-
	if (_thingy) exitWith{true};
4+
5
	if (_thingy) exitWith{_exit = true};
6-
6+
7
if (_exit) exitWith{false};