Results 1 to 3 of 3

Thread: Is there a function to click in your inv?

  1. #1
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default Is there a function to click in your inv?

    Edit: fixed, tyvm for help
    Last edited by Itankbots; 05-22-2012 at 10:06 PM.

  2. #2
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Simba Code:
    Function FindDTMSlot(var X, Y: Integer; DTM, Slot: Integer): Boolean;
    Var
      Bounds: TBox;
    begin
      Bounds:= InvBox(Slot);
      Result:= FindDTM(DTM, X, Y, Bounds.X1, Bounds.Y1, Bounds.X2, Bounds.Y2);
    end;
    I am Ggzz..
    Hackintosher

  3. #3
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    For the answer to your title question, InvMouse should do the trick.

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
  •