RockyRheels Posted June 3, 2021 Share Posted June 3, 2021 what i want it to do is have a burning amulet with coins and noted bones go to the alter un note the bones on the guy there then use the bones on the alter rinse and repeat until no bones left but i cant figure out how to use items on npc or objects any help would be useful Quote Link to comment Share on other sites More sharing options...
skillerkidos1 Posted June 3, 2021 Share Posted June 3, 2021 getInventory().interact(“Use”, itemName) npcName.interact(“Use”) altar.interact(“Use”) Fml nvm this is script factory Quote Link to comment Share on other sites More sharing options...
RockyRheels Posted June 3, 2021 Author Share Posted June 3, 2021 58 minutes ago, skillerkidos1 said: getInventory().interact(“Use”, itemName) npcName.interact(“Use”) altar.interact(“Use”) Fml nvm this is script factory XD Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted June 8, 2021 Share Posted June 8, 2021 Hi! You basically just need to do an Inventory interact with item, and make the action "Use". Then Interact with RS2Object and make the action "Use" @RockyRheels 1 Quote Link to comment Share on other sites More sharing options...
RockyRheels Posted June 8, 2021 Author Share Posted June 8, 2021 6 hours ago, ProjectPact said: Hi! You basically just need to do an Inventory interact with item, and make the action "Use". Then Interact with RS2Object and make the action "Use" @RockyRheels ahhh ok thank you 1 Quote Link to comment Share on other sites More sharing options...