Module:maimai Difficulty: Difference between revisions

no edit summary
imported>Jack980517
No edit summary
imported>Jack980517
No edit summary
Line 31: Line 31:
     }
     }
     local j = 1
     local j = 1
    local endvernum = nil
     for i = 1, 99, 2 do -- again, ugly hack
     for i = 1, 99, 2 do -- again, ugly hack
         if args[i] == nil then break end
         if args[i] == nil then break end
         local startvernum = VerToNum({"maimai", args[i]})
         local startvernum = VerToNum({"maimai", args[i]})
         local endvernum = VerToNum({"maimai", args[i + 1]})
         endvernum = VerToNum({"maimai", args[i + 1]})
         if endvernum == nil then
         if endvernum == nil then
             endvernum = 99
             endvernum = 99
Anonymous user