Results 1 to 2 of 2

Thread: ok a lil problem help plz

  1. #1
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ok a lil problem help plz

    this is a lil stupid but i gtg shopping. right my main loop it log me in and then logs straight bk out can you see were i gone wrong.

    begin
    repeat
    ClearDebug;
    SetUpSRL;
    ProgressReport;
    Declareplayers;
    if LoggedIn then Logout;
    LoginPlayer;
    until(false)
    begin
    NextPlayer(True);
    repeat
    MineOre;
    DropToPosition(2,28);
    until(false);
    end;
    end.

    be bk in 1hr thanx peepz your great

  2. #2
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    begin
    repeat
    ClearDebug;
    SetUpSRL;
    ProgressReport;
    Declareplayers;
    if LoggedIn then Logout; you can delete this line.
    LoginPlayer;
    until(false) //why a repeatloop?
    begin
    NextPlayer(True);
    repeat
    MineOre;
    DropToPosition(2,28);
    until(false);
    end;
    end.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problem...
    By Blumblebee in forum OSR Help
    Replies: 4
    Last Post: 12-28-2008, 07:22 AM
  2. help big problem
    By goblanca in forum OSR Help
    Replies: 3
    Last Post: 05-19-2007, 10:41 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
  •