phony Posted July 4, 2017 Share Posted July 4, 2017 (edited) NVM Edited July 4, 2017 by phony Quote Link to comment Share on other sites More sharing options...
k9thebeast Posted July 4, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...
Charlotte Posted July 4, 2017 Share 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"); Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted July 4, 2017 Share 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 Quote Link to comment Share on other sites More sharing options...