vigco1 Posted January 14, 2015 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); }
Xerion Posted January 14, 2015 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.
Alek Posted January 14, 2015 Posted January 14, 2015 Welcome screen is handled by OSBot and needs to be overriden.