Welcome!

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

Sign up now!

Resolved Bot stuck with Menu open

Joined
Nov 26, 2014
Messages
616
When interacting with a fire GameObject, the bot occasionally right clicks the fire, resulting in the Menu opening. And the bot is stuck there (maybe because the fire is underneath the Menu).

Code:
                    fire.setForcedModel(new int[]{-25, -25, -25}, new int[]{25, -25, 25});
                    if (fire.interact("Use")) {
                        Execution.delayUntil(() -> f5.toolInterface.isOpen(), 2000);
                    }
 
Obligatory:
@Cloud
 
Top