Errors
General
Example
local function config(contents)
local inventory = {
--{content, text}
{contents.bangle, "..."}
}
return inventory
end
return configLast updated
local function config(contents)
local inventory = {
--{content, text}
{contents.bangle, "..."}
}
return inventory
end
return configLast updated