Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Banking Help Needed!

Joined
Apr 1, 2018
Messages
3
I'm having an issue with menu interactions in my code and can't seem to figure it out. For example, banking often gets stuck on right clicking the banker, but not clicking 'bank'. I've added delays to try and help this but it's still happening. Hopefully someone knows a solution! Here's the lines of my code in case it helps:

Bank.open();
Execution.delayUntil(() -> Bank.isOpen(), 1000, 2000);

It also doesn't seem to matter how long I make my timeouts...
 
Top