abdulr 0 Share Posted December 18, 2018 Title says it all, how do i interact item with item e.g. i click on knife, *knife is selected* now click on pineapple or whatever Link to comment Share on other sites More sharing options...
Nuclear Nezz 1926 Share Posted December 18, 2018 if(getInventory.isItemSelected()){ getInventory.interact("Pineapple","Use"); } else{ getInventory.interact("Knife","Use"); } Link to comment Share on other sites More sharing options...
abdulr 0 Author Share Posted December 18, 2018 2 minutes ago, Nuclear Nezz said: if(getInventory.isItemSelected()){ getInventory.interact("Pineapple","Use"); } else{ getInventory.interact("Knife","Use"); } ugh im so stupid that i didnt even think to try this, because when i had the knife selected and hovered over the chocolate bar it would like this Knife > Chocolate bar THANK YOU Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now