March 15, 20169 yr //interact with inventory getInventory().interact("Use", "item"); //check is item selected if(getInventory().isItemSelected()){ //get the fire object RS2Object fire = getObjects().closest("Fire"); //interact with fire fire.interact("Use"); } I'm guessing that is what you want to do. Edited March 15, 20169 yr by Vilius
March 15, 20169 yr //interact with inventory getInventory().interact("Use", "item"); //check is item selected if(getInventory().isItemSelected()){ //get the fire object RS2Object fire = getObjects().closest("Fire"); //interact with fire fire.interact("Use"); } I'm guessing that is what you want to do. where da fuck are your dynamic sleeps?!!?!?!?!
Create an account or sign in to comment