December 20, 20169 yr Yo is there a way to check if the inventory has just gained a new item? I'm making a type of looter and want the script to wait till a new item is received in the inventory before it clicks to loot again.
December 20, 20169 yr Just cache inventory before making a call to loot and check in a sleep condition if the size or count of the inventory has been updated or make an inventory listener.
Create an account or sign in to comment