Results 1 to 2 of 2

Thread: Your Opinions

  1. #1
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Your Opinions

    SCAR Code:
    Procedure SpinProcess;
    Begin
    If(O=5) Then begin Writeln('Not Able To Click Spinner, Going To Bank') Exit;
    end
    else
    Begin
    MarkTime(WaitMark2);
    Repeat
    if(not(LoggedIn))then  Exit;
    if(FindHomeRandoms)or(ClickToContinue)then WhileSpin;
    if(FindAFight)then exit;
    TalkingTo;
    // We Can Just Hope That Those Random Checks Are Enough :)
                Wait(500+Random(250));
     until((FindDTM(Bowstring, x, y, 685, 430, 722, 459)) or (TimeFromMark(WaitMark2) > 55000));
    end;
    end;

    So i wan't you Opinion will this in theaory to Do "WhileSpin;" If it FindHomeRandoms Or ClickToContinue.. ?

    ~Home

  2. #2
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    yes, ofcourse.

    If () Then Exit always works, though if the statement works...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ur opinions
    By jimmy_mac in forum NOTA
    Replies: 21
    Last Post: 10-12-2008, 01:18 AM
  2. In Need Of Opinions
    By cathering_ in forum OSR Help
    Replies: 9
    Last Post: 10-10-2007, 11:30 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
  •