So here is what I am using at the moment..
MouseBankSlot(1, mouse_Right);
WaitOption('All', 500);
It goes to the first slot in bank and right clicks to withdraw all, however sometimes it goes too fast to slot 1 and clicks something different and withdraws it..
So I was wondering how to go about making it go to location first, then wait say a second or so, then right click.
Essentially MouseBankSlot(1, wait(1000), mouse_Right); But clearly that isn't how lol
Any suggestions?


Reply With Quote





