bool GetTeamMatchScore( int teamIndex );
Gets the teams match score (the sum of every rounds score)
Beta 3.1
<lua> local teamJanusScore = GetTeamMatchScore( TEAM_JANUS ); </lua>