Module:ItemsByStat: Difference between revisionsGive feedback
Jump to navigation
Jump to search
SerpentofSet (talk | contribs) No edit summary |
SerpentofSet (talk | contribs) 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} | ||
return b | return b | ||
end | end | ||