- Joined
- Nov 26, 2014
- Messages
- 616
- Thread Author
- #1
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).
Obligatory:
@Cloud
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