
Originally Posted by
Gunner
Oh awesome. This will be a shorter script than I thought lol. I'm also going to try to add a "verify" protocol. Like when it opens the bank it first checks to see that "herb x" and "vial" are actually there, but that will be a secondary function.
I'm gonna get to work on setting this up. I may have another question or ten, but I think you pretty much answered everything I needed. If I get this ironed out to the point of actually posting the shell, I'll be sure to give you the credit. Thanks a lot for your help!
No problem! If you want to check on the mouseover text of something before clicking on it you can use
Simba Code:
mouseBox(IntToBox(592, 334, 620, 335), MOUSE_MOVE, MOUSE_HUMAN); //Moves the mouse to the designated area
if isMouseOverText(['vial'], 300) then //Checks for uptext
fastclick(MOUSE_LEFT); //Clicks using the left mouse button if the uptext is correct