November 2, 20169 yr Script seems to have trouble interacting with objects on grounds (things like fire, altar, etc). Especially when moving or a player is on top of the object. There's no way to right click interact so does anyone have any suggestions?
November 2, 20169 yr Script seems to have trouble interacting with objects on grounds (things like fire, altar, etc). Especially when moving or a player is on top of the object. There's no way to right click interact so does anyone have any suggestions? Possibly get the ID of the item and tell your script to interact with the object of that id
November 2, 20169 yr Script seems to have trouble interacting with objects on grounds (things like fire, altar, etc). Especially when moving or a player is on top of the object. There's no way to right click interact so does anyone have any suggestions? Show the execution result for the event. You may want to take a look at our API, there are definitely ways to right click. InteractionEvent is built using the same API which you have access to; meaning that you can write the same exact methods which we wrote.
November 2, 20169 yr Author Show the execution result for the event. You may want to take a look at our API, there are definitely ways to right click. InteractionEvent is built using the same API which you have access to; meaning that you can write the same exact methods which we wrote. The interact returns true. And I can right click using the mouse method, but if there are players standing there, the correct option moves further down and I don't really know how to check uptext, etc. to find the right thing to use it on.
November 2, 20169 yr The interact returns true. And I can right click using the mouse method, but if there are players standing there, the correct option moves further down and I don't really know how to check uptext, etc. to find the right thing to use it on. "Uptext" is simply the first menu action. MenuAPI.
Create an account or sign in to comment