Jump to content

Click to continue


Recommended Posts

Posted

I this to the beginning of the next class: am having an issue where in tut island "You made a bronze bar! click to continue" shows up after smelting. It also happens from time to time when the script misclicks. I am trying to find the misclicks, but after smelting it is killing me.

I tried adding this to the beginning of the next class:

 

//        if
//        (script.widgets.getWidgetContainingText(162,"Click to continue").isVisible()){
//        script.log("I see the widget Click to continue");
//        RS2Widget w = script.getWidgets().getWidgetContainingText(162,
//        "Click to continue");
//        w.hover();
//        script.mouse.click(false);
//        }

 

 

But it basically crashes the script (grinds to a halt and I have to use task manager to kill the app).

 

I tried researching the issue here and I saw some talk about it but was unable to find a working solution.

 

Any advice?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...