Errors
General
Example
local function config(stats)
local statMultipliers = {
{stats.exp, 2.00, 2.00}
}
return statMultipliers
end
return configLast updated
local function config(stats)
local statMultipliers = {
{stats.exp, 2.00, 2.00}
}
return statMultipliers
end
return configLast updated