I know that there's this function in batch files:

Code:
:A
goto A
or something like that. is this possible to do in gsc scripts? like


:A
wait 5;
if(i == u)
goto A;