//where you set teamsif ( team_count_A > team_count_B ){ //set to team B}else if ( team_count_B > team_count_A ){ //set to team A}else{ //set them to the one they picked}