Results 1 to 4 of 4

Thread: I need a timer

  1. #1
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default I need a timer

    anyone have a timer functon so i can make script logout and log back in?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    SCAR Code:
    Logout;
    Wait(RandomRange(60000,120000));
    LoginPlayer;

    like that?

  3. #3
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    i think he means like it times how long to stay logged in and the how long to sleep.
    @djcheater - just look in some scripts that sleep, and try out some of them.

  4. #4
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    soooo
    SCAR Code:
    procedure DoIt;

    const
    TimeToRun := 120000;
    TimeToSleep := 60000;

    begin
    DoThis;
     repeat
      repeat
       DoThat;
      until TimeToRun >= TimeRunning;
     Logout;
     Wait(TimeToSleep);
     until ...blah blah...
    end.

    ...something like that

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Timer Forums!
    By Timer in forum Misc. Links and Programs
    Replies: 11
    Last Post: 11-21-2008, 05:00 AM

Posting Permissions

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