- Thread Author
- #1
So i want to press continue button in OSRS i try to do this like this:
// Creating method
public static InterfaceComponent getContinueButton(){
}
//calling it
getContinueButton();
But it dont work, i need somekind return in method. Help me pl0x
// Creating method
public static InterfaceComponent getContinueButton(){
}
//calling it
getContinueButton();
But it dont work, i need somekind return in method. Help me pl0x