Posted 05 August 2015 - 04:19 AM
I am trying to figure out all the indexes for inventory "stacks" so i tried the code
for i,j inpairs(info) do
print(i .. " " .. j)
end
with info being the stack from a inventory and it threw a error "attempt to concentrate string and table" how would I get to the indexes after that point? Any help would be appreciated.