aura_env.addtostring = function(s, ...) local i = 1 while select(i, ...) do s = s .. select(i, ...) .. " " i = i + 1 end s = s .. "\n" return s end