• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 626: Line 626:  
             else
 
             else
 
                 count = count + 1
 
                 count = count + 1
 +
                if count % 3 == 0 and str ~= nil then
 +
                str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
 +
                end
 
             end
 
             end
        end
  −
        if count == 3 and str ~= nil then
  −
            str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
  −
        end
  −
        if count == 6 and str ~= nil then
  −
            str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
  −
        end
  −
        if count == 9 and str ~= nil then
  −
            str = str:sub(0,i) .. "<br>" .. str:sub(i+1,#str)
   
         end
 
         end
 
         if count == 0 or string.find(string.lower(str),"maelstrom") ~= nil then
 
         if count == 0 or string.find(string.lower(str),"maelstrom") ~= nil then
5,421

edits

Navigation menu