I need a timer procedure. But i need to know how to make one so i dont have to give credits.
I need a timer procedure. But i need to know how to make one so i dont have to give credits.
I do visit every 2-6 months
You mean like this?
SCAR Code:program New;
{.include SRL/SRL.scar}
var
StartMark, PlayCount :integer;
begin
SetupSRL;
MarkTime(StartMark);
ClearDebug;
repeat
Wait(5);
ClearDebug;
WriteLn('Total time spent : '+TimeRunning);
until (TimeFromMark(StartMark) > 360000); //Mins: Mins * 60, add 3 zeros, onto the end.
//Hours: Hours * 60 * 60, add three zeros onto the end.
//Default here is 3 hours :D ( I was cooking Jello )
Writeln('Sigh.. all done counting down. ');
repeat
PlayCount := PlayCount + 1;
PlaySound('C:\WINDOWS\Media\WindowsXPStartup.wav');
Wait(4000);
until PlayCount > 100;
Writeln('Done?! >:)');
end.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
I Did it thanks you guys! Now i added a timer for my script.
I do visit every 2-6 months
There are currently 1 users browsing this thread. (0 members and 1 guests)