k9thebeast Posted July 4, 2017 Posted July 4, 2017 You do not need to control the camera, .interact() will do this for you Check that getWidgets().getWidgetContainingText("Green d'hide") != null 1
Charlotte Posted July 4, 2017 Posted July 4, 2017 1. Use conditional sleep when interface is open. 2. And I believe that If Ellis != null, he is already visible. if (ellis != null) { ellis.interact("Trade");
HeyImJamie Posted July 4, 2017 Posted July 4, 2017 9 minutes ago, Charlotte said: 1. Use conditional sleep when interface is open. 2. And I believe that If Ellis != null, he is already visible. if (ellis != null) { ellis.interact("Trade"); I've been adding that check just because sometimes it acts weird if you rely on interact to move the camera - Could just 1 line it though