July 4, 20178 yr You do not need to control the camera, .interact() will do this for you Check that getWidgets().getWidgetContainingText("Green d'hide") != null
July 4, 20178 yr 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");
July 4, 20178 yr 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
Create an account or sign in to comment