MMOMinion

Full Version: Question about TableSize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey coders. I need help with TableSize. I want to identify if I have more of an amount of certain items in my inventory. In the past
Code:
TableSize(Inventory(itemid="99999") > 5)
was working really well. It doesn't work any more. I need help :-(
check helper.lua in bot folder.
Search for itemcount.
(08-20-2017, 09:58 PM)sebbs Wrote: [ -> ]check helper.lua in bot folder.
Search for itemcount.

Thanks but there's no tablesize used in that function :-(
["ItemCount(20675) >= 1"] = true;