Trees Posted November 2, 2016 Posted November 2, 2016 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?
PlagueDoctor Posted November 2, 2016 Posted November 2, 2016 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
Alek Posted November 2, 2016 Posted November 2, 2016 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.
Trees Posted November 2, 2016 Author Posted November 2, 2016 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.
Alek Posted November 2, 2016 Posted November 2, 2016 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. 1