Reply to Funny
If you don't have an account, just leave the password field blank.
int &wtime = 10;
wloop:
say_stop(".....", 1);
&wtime -= 1;
wait(100);
if (&wtime < 1)
goto cont;
goto wloop;
cont:
Oh how smart doing that was. It saved me so many lines and all.
wloop:
say_stop(".....", 1);
&wtime -= 1;
wait(100);
if (&wtime < 1)
goto cont;
goto wloop;
cont:
Oh how smart doing that was. It saved me so many lines and all.
