SetTimeOut isn't working in my script, because in the debug section, it just shows
Successfully compiled
Successfully executedSCAR Code:program New;
Procedure ProgressReport;
begin
ClearDebug;
Writeln('waited for 133 seconds.');
end;
begin
SetTimeout(133,'ProgressReport');
end.
Sorry for spamming this forum with my ultra noobie questions![]()


Reply With Quote




