GetPlayerMatchScore
int GetPlayerMatchScore( int playerIndex );
Gets the players match score (the sum of all their round scores)
Beta 3.1
<lua> local matchScore = GetPlayerMatchScore( playerIndex ); </lua>