Results 1 to 3 of 3

Thread: Find Text Spiral

  1. #1
    Join Date
    Apr 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Find Text Spiral

    I'm just getting started again after getting banned about a year ago, and I have sort of lost my touch with scar. I've been trying to create a procedure to move the mouse until it the text comes up in the top corner. Such as when looking for a ladder. I'm pretty sure theres not one already, but help
    would be appreciated. Thanks

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Something like this?
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}

    begin
      SetupSRL;
      MMouse(Ladder Coord X, Later Coord Y,3,3);  // Need some procedure to find the Latter. Shouldn't be hard. Check out FindObjCustom in Object.scar.
      Wait(10+Random(30));
      if IsUpText('limb') then
      begin
        Mouse(x,y,0,0,False);
        ChooseOption('limb');
      end;
    end.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Apr 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. find text
    By elobire in forum OSR Help
    Replies: 8
    Last Post: 12-13-2008, 04:28 PM
  2. How do I find text?
    By Dudenow12 in forum OSR Help
    Replies: 6
    Last Post: 11-13-2007, 12:44 AM
  3. How can I find this text?
    By PwNZoRNooB in forum OSR Help
    Replies: 2
    Last Post: 05-22-2007, 01:03 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
  •