Module:Sandbox/Soreness
From Growtopia Wiki
More actions
Documentation for this module may be created at Module:Sandbox/Soreness/doc
local p = {}
function p.ListRaritys()
local c = {}
--[[local s = {}
for i=363, 364, 1
do
local copy = {}--]]
--copy = table.unpack("[".."[Category:Rarity "..i.."]]")
--[[if not copy == nil then
table.insert(s,"'''Rarity "..i..":'''<br>")
--
while not next(copy) == nil
do
table.insert(s, next(copy))
end
--
end
end
return table.concat(s);--]]
return table.concat(table.unpack(c, "[".."[Category:Rarity ".."363".."]]"))
end
return p