Anyway, I do agree that doing this is actually way too much work, look at this function for storing a table:
Code: Select all
function storetable(t, namespace)
for i, v in pairs(t) do
write(string.format("%s = %s\n", tostring(i), makegoodstringthingy(v)))
end
end
NOTE2: If this doesn't make any sense to you, don't worry, that means you're a normal human being.