local function getvar(a,b)
if (!Settings[a]) then return false end
local bool
for i = 1, #Settings[a] do
local v = Settings[a][i]
if v[1] == b then bool = (v[2] > 0 && true || false) end
end
return(bool || false)
endlocal function getvar(a,b)
if (!Settings[a]) then return false end
local bool
for i = 1, #Settings[a] do
local v = Settings[a][i]
if v[1] == b then bool = (v[2] > 0 && true || false) end
end
return(bool || false)
end