Trees Posted November 2, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
PlagueDoctor Posted November 2, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Alek Posted November 2, 2016 Share 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. Quote Link to comment Share on other sites More sharing options...
Trees Posted November 2, 2016 Author Share 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. Quote Link to comment Share on other sites More sharing options...
Alek Posted November 2, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...