Jump to content

script.interfaces is obsolete. What replaced it?


elliottdehn

Recommended Posts

Okay so I'm trying to unnote an item by using it on the bank. The method uses the item on the bank then attempts to click "yes" using

            while (script.getWidgets().isVisible(219, 0)) {
                script.getWidgets().interact(219, 0, 1, "Continue");
                this.waitTime(700);
            }
but the program seemingly randomly clicks on other interfaces in 219 or simply doesn't click and behaves erratically. any help?
Link to comment
Share on other sites

 

Okay so I'm trying to unnote an item by using it on the bank. The method uses the item on the bank then attempts to click "yes" using

            while (script.getWidgets().isVisible(219, 0)) {
                script.getWidgets().interact(219, 0, 1, "Continue");
                this.waitTime(700);
            }
but the program seemingly randomly clicks on other interfaces in 219 or simply doesn't click and behaves erratically. any help?

 

dont use a while loop

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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