vigco1 Posted January 14, 2015 Share Posted January 14, 2015 How to check if Welcome screen is active? I want to do something like: if(welcomeScreen.isActive()){ mouse.click(344,322,false); } Link to comment Share on other sites More sharing options...
Xerion Posted January 14, 2015 Share Posted January 14, 2015 You can check if the interface is open. Also you shouldn't use mouse.click but instead interact with the correct interface child. Link to comment Share on other sites More sharing options...
Alek Posted January 14, 2015 Share Posted January 14, 2015 Welcome screen is handled by OSBot and needs to be overriden. Link to comment Share on other sites More sharing options...