Changes

6 abyssals/row test.
Line 631: Line 631:  
             if i ~= nil then
 
             if i ~= nil then
 
                 count = count + 1
 
                 count = count + 1
                 if count % 3 == 0 and str ~= nil then
+
                 if count % 6 == 0 and str ~= nil then
 
                 str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
 
                 str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
 
                 end
 
                 end
3,663

edits