To stop the script, just make the goto transition to the end of the script.
To check the condition, use the if statement.
CODE:int a=0;
loop()
{
a++;
if (a==100) goto exit;
}
exit:;
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |