I want the match to automatically end if the round ends x amount of times. As a test I did this:
def OnRoundEnd(self):
GERules.EndMatch()
The results is:
Match Ending...
Match Ending...
I suppose this may this be happening because I'm overriding the normal end round process. There isn't an end round report. I've also noticed that when I close the match score report window, another one pops up right behind it...