Results 1 to 5 of 5

Thread: need help with finding the yellow uptext

  1. #1
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help with finding the yellow uptext

    in scar 2.03 i know theres a procedure like isuptext2 or something but i forgot it help plz I NEED THE YELLOW TEXT PLZ

  2. #2
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    IsUpText with Srl?

  3. #3
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    in srl theres a procedure tht searches for the yellow up text

  4. #4
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Untested but should work
    SCAR Code:
    function IsUpTextYellow(UpText: String): Boolean;
    //Credits Masquerader for making the original "IsUpText"
    var
      tempx, tempy: Integer;
    begin
      if (IsTextInAreaEx(7, 7, 334, 50, tempx, tempy, UpText, 15, upchars, True,
        True, 0, 2, 50372)) then
        Result := True;
    end;


  5. #5
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. help with finding orange uptext
    By RudeBoiAlex in forum OSR Help
    Replies: 6
    Last Post: 05-21-2007, 06:18 PM
  2. yellow dot
    By macromacro123 in forum OSR Help
    Replies: 10
    Last Post: 03-03-2007, 03:55 PM
  3. yellow dot
    By macromacro123 in forum OSR Help
    Replies: 1
    Last Post: 03-03-2007, 05:39 AM
  4. Yellow
    By norrisemoe in forum Who Are You ? Who ? Who ?
    Replies: 1
    Last Post: 01-21-2007, 06:08 PM
  5. Finding Color and UpText
    By I Pick Axes in forum OSR Help
    Replies: 12
    Last Post: 10-16-2006, 09:55 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
  •