Results 1 to 2 of 2

Thread: sript help

  1. #1
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default sript help

    FIXED

    ok, now i having a problem with this while do procedure. i want it to wait until the uptext does NOT match, but it keeps waiting like th uptext is there forever when it really isnt. if you dont understand i can clarify it a bit more for you, but heres my procedure.

    SCAR Code:
    while (isuptextmulti('Oak', 'n Oa', 'own O')) do
             begin
              ftwait(1)
              //findhead;
              //findent(treec);
              //if findent(trec) then break;
              if (findnormalrandoms) then break;
            end;
             begin
              mouse(648,83,8,8,true);
              wait(2000+random(5000));
             end;
    it doesnt even click the mouse where i wanted it to go... dont know what the problem is.
    thanks
    Jr

  2. #2
    Join Date
    Oct 2006
    Location
    Kentucky
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Uh put this in there somewhere to stop it..
    SCAR Code:
    If not (isuptextmulti('Oak', 'n Oa', 'own O')) then...

    then make it do whatever you want when the text is not there. If this is not what you ment Please tell me more detailed.

    Thank You
    DrowningTrout
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Looking For A Sript Editer
    By wizidon in forum NOTA
    Replies: 3
    Last Post: 01-10-2009, 10:19 AM
  2. Sript Help plz
    By WizOfTheOne in forum OSR Help
    Replies: 2
    Last Post: 12-24-2007, 04:29 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
  •