So what is the best / more human-like way to click a inventory item (in this case an herb).
Peace![]()
So what is the best / more human-like way to click a inventory item (in this case an herb).
Peace![]()
you can do invmouse(slot)
If you are cleaning herbs, use a for..to..do statement to clean them like this.
Simba Code:Procedure cleanherbs;
Var
I:integer;
Begin
For I := 1 to 28 do
Begin
Invmouse(I);
Wait(randomrange(150, 300));
End;
End;
Thx Euphemism and Vinyl for the awesome siggy and avatar!
Guides:Lape Basics ---Multi-Dimensional Arrays --- Dung Guide , Scripts:Cooking guilder --- Enslaved Fletcher --- EnslavedHumidity
Invmouse Obviously, It won't move mouse again if you already place it within the area.
what about rightclick options... that would move the mouse
Guides:Lape Basics ---Multi-Dimensional Arrays --- Dung Guide , Scripts:Cooking guilder --- Enslaved Fletcher --- EnslavedHumidity
There are currently 1 users browsing this thread. (0 members and 1 guests)