",--[[ETH]]"",--[[Hausc1]]"",--[[PrimeTower]]" ",--[[Hausc2]]" ",--[[101]]"",--[[hausc3]]""}
if (currentX > 0 and currentX < x and currentY > 1 --[[and currentY ~= y]]) then
returnString = returnString .. " " .. collisionShapes[houseNr] .. "\n\n"
end
if (NIGHTMODE) then
billboards = ""
else
billboards = ""
end
returnString = returnString .. " " .. billboards .. " \n\n"
end
end
return returnString
end
?>