Title says it; any way?
Title says it; any way?
Never Play Runescape Only Macro On It!!!!!
What do you mean by start from the beginning of Main Loop? Is main loop a function you created, or are you referring to the actual main body of the script?
would something like this work
Simba Code:program new;
label mainloop;
procedure mainloop2;
begin
writeln('blabla');
end;
begin
mainloop: mainloop2;
goto mainloop;
end.

There are currently 1 users browsing this thread. (0 members and 1 guests)