SGuySMW
Created page with "local tc = {} function tc.check(Args, team_list, ii_start, ii_end) local warn = {} local wtotal, dtotal, ltotal = 0,0,0 local hwtotal, hdtotal, hltotal = 0,0,0 local awtotal, adtotal, altotal = 0,0,0 local pkwtotal, pkltotal, otwtotal, otltotal = 0,0,0,0 local gftotal, gatotal = 0,0 for ii = ii_start, ii_end do -- First get code local team_code_ii = team_list[ii] if team_code_ii ~= 'SPORTS_TABLE_TOTAL' then -- Now tabulate values wtotal = wtotal +..."