Jump to content

Interacting two items in inventory?


Xellic

Recommended Posts

	public boolean interactItems(String item1, String item2) throws InterruptedException	{
		if (inventory.getItem(item1).interact("use"))	{
			sleep(700);
			return inventory.getItem(item2).interact(); //
		}
		return false;
	}
	

try that out for size. If you leave the String...actions empty then the client forces a left click.

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...