There's something seriously wrong with match score in teams mode. I've been playing AUF and sporadically it will reset both team's match score (bottom left) to zero when the next round begins. When the match ends, it prints the incorrect match score. I have this in my code:
def OnRoundBegin( self ):
GEScenario.OnRoundBegin( self )
It should only reset the player's individual scores.