Is it possible

Discussion in 'Code Snippets and Tutorials' started by sean425, Jan 18, 2007.

  1. sean425

    sean425 Level II

    Joined:
    Jan 12, 2007
    Messages:
    163
    Likes Received:
    0
    To make a usershop aber in scar? like make scar load item name from a text
    and then search for it and buy?
     
  2. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    I think the OCR would be hard to make, just beacuse the image is transparent. I dunno if it's possible, but if it is, then I will buy it. It would be the best autobuyer than ever, because of the anti-freeze features.
     
  3. Anonymous

    Anonymous Guest

    dont use a list. Just use constants.

    eg.

    Code (Text):
    1. program new
    2.  
    3. var
    4. blah blah
    5.  
    6. const
    7. itemtolookfor= bri codestone; // item to look for
    8.  
    9. begin
    10. end.
    then later in the script, use scar's text finding feature.

    and you would HAVE to use SRL for this project ;)
     
  4. sean425

    sean425 Level II

    Joined:
    Jan 12, 2007
    Messages:
    163
    Likes Received:
    0
    Thanks :D Im working on it right now, might take a while because im also working on vb6 and perl scripts/programs