function say_item_table(tbb, each) for i=1, table.getn(tbb) do say_item_vnum_inline(tbb[i],math.mod(i-1,each),each) end end