Results 1 to 5 of 5

Thread: How to make the script show it's running time?

  1. #1
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  2. #2
    Join Date
    Feb 2006
    Posts
    1,022
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's called mainly "progress reports", does what the name suggests, reports and prints the progress of the script in the debug box.

    You should have a little fiddle with the Timing part of the SRL manual.

  3. #3
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that would be:

    SCAR Code:
    Writeln('Worked For : ' + ScriptTime2(2));

    ScriptTime2(2) is the script time, so just have it writeln it like that in your progress report.

  5. #5
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Also, if you're using Divi, GetTimeRunning returns the milliseconds it was running.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Time to make a script?
    By Adroit707 in forum OSR Help
    Replies: 7
    Last Post: 03-01-2009, 12:07 AM
  2. Little Java script that shows the time and how long it's running :)
    By pointer in forum Java Help and Tutorials
    Replies: 3
    Last Post: 04-11-2008, 07:01 PM
  3. Replies: 7
    Last Post: 07-13-2007, 06:39 PM
  4. requesting good script too make much $$$ in lil time
    By dertykid555 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 03-10-2007, 09:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •