SMF - Just Installed!
Control structure too long near
if X then -- stuffelseif Y then -- stuffelseif Z then -- stuffend
local b="x=1;" while true do local s="while true do "..b.." end" local f,err=loadstring(s) print(#b) if f==nil then print(#b,err) break end b=b..b end