Tried searching the API/Google for this but no luck. So basically, the script has a list of items to pick up. It checks the loot on the ground against the list of items to pick up and if any match and the inventory is not full, it'll pick it up. What I want to do though, is to pick up a stackable item if my inventory contains a stack already, regardless of if it's full or not.
Is there any way to check if an item on the ground is stackable?