Delivery Posted November 2, 2023 Posted November 2, 2023 are there any examples of code that use Invoke on an Entity? The InvokeMenuAction requires an itemID which seems impossible for an npc
Chris Posted November 2, 2023 Posted November 2, 2023 On 11/2/2023 at 2:23 PM, xcx said: are there any examples of code that use Invoke on an Entity? The InvokeMenuAction requires an itemID which seems impossible for an npc Use this helper made by @Gunman https://github.com/MrGunman200/OSBot-Extended/blob/master/extra/src/api/invoking/InvokeHelper.java Example: https://github.com/MrGunman200/OSBot-Extended/blob/master/src/examples/ExampleScript.java 2