March 24, 20205 yr Are there any good ways to interact with the house advertisement outside of the rimmington portal? getclosestObject does not work. TIA
March 24, 20205 yr 9 minutes ago, CharlesWoodchuck said: Are there any good ways to interact with the house advertisement outside of the rimmington portal? getclosestObject does not work. TIA It might be an npc. Try getNpcs()
March 24, 20205 yr Author I have also tried that when using entity hover, it only shows that it is a tile. Not a NPC or object
March 24, 20205 yr 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 March 24, 20205 yr by Gunman
March 24, 20205 yr @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")
March 24, 20205 yr Author 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");
Create an account or sign in to comment