Jump to content

Interacting with house advertisment


CharlesWoodchuck

Recommended Posts

23 minutes ago, CharlesWoodchuck said:

I have also tried that when using entity hover, it only shows that it is a tile. Not a NPC or object

What are you talking about? I just logged into an account and I am hovering it with the debug tool and it says object...

EDIT: I even interacted with it just fine.

Edited by Gunman
Link to comment
Share on other sites

2 minutes ago, Gunman said:

@CharlesWoodchuckIs that Mirror Mode? If so, sometimes the tool bugs out, and doesn't work correctly in Mirror Mode. That is in fact an object. I interacted with it using this code


getObjects().closest("House Advertisement").interact("View")

That ended up working. Normally i try to assign an object, Normally it works fine, but for some reason it didnt in this case. And yes I am on Mirror mode, thanks for the heads up that the tool bugs out.

 

like this

RS2Object houseSign = getObjects().closest("House Advertisement")

houseSign.intetact("View");

  • Like 2
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...