Results 1 to 2 of 2

Thread: Can I make FindObjCustom only find within a certain area?

  1. #1
    Join Date
    Apr 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Can I make FindObjCustom only find within a certain area?

    I am making a Chicken Killer script and I want to know if I can make a FindObj only search for objects in a certain area (within the gate of the chicken coop). Like could I somehow only make it search within an ObjDTM_InArea? Thank you!

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

    Default

    Quote Originally Posted by Joseph L View Post
    I am making a Chicken Killer script and I want to know if I can make a FindObj only search for objects in a certain area (within the gate of the chicken coop). Like could I somehow only make it search within an ObjDTM_InArea? Thank you!
    Use

    Simba Code:
    function FindObjEx(var cx, cy: Integer; Text: TStringArray; Color: TIntegerArray;
        Tol, Step, xs, ys, xe, ye: Integer): Boolean;


    Then use MMToMS on OBJDTM Area To get Mainscreen points.

    ~Home

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •