if(getInterfaces().containingText("Use the buttons below to design your player") != null)
{
mouse.click(258,288, false);
}
I believe it's not working because the interface is still technically open but it is just closed once you accept it so it keeps on clicking. How would I make it where if those words disappear off the screen it will be nulled and not click anymore. Thank you :p