Simba Code:
If FindDead then
begin
Writeln('WERE FUCKING DEAD GTFO');
Break;
end;
If Breaker then
begin
writeln('We breaking the MOTHER FUCKING LOOP');
Break;
end;
Until(False);
theres the only two function that'll break out I took the func out search Exit; Break; Continue; only found them, Could running a Exit; in other function called in do it as all the function are like If Not this then breaker := true; exit;
Mat
E:I think i found my problem had a IF round the whole lot *FacePalm*
so if it couldnt do that one thing it'll exit.