Module:ItemsByStat: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


local selectByStat = function(stat)
local selectByStat = function(stat)
Item = 1
print(Item)
local Item,Value = {},{}
local Item,Value = {},{}
local i = 1
local i = 1
Line 17: Line 19:
end
end
local b = {Item, Value}
local b = {Item, Value}
print(Item)
return b
return b
end
end