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 (edited) 13 minutes ago, 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/src/invoking/InvokeHelper.java Example: https://github.com/MrGunman200/OSBot-Extended/blob/master/src/TestScript.java Edited November 2, 2023 by Chris 2