Returns true if the match has ended. (For example, in the case of a best-of-three match, this will return true when one of the players or teams has won two rounds.)
Format: MatchOver
Arguments:
Return type: boolean (0 if false or 1 if true)
Error conditions: none
Details:
Currently, MatchOver does not return true until the players start their win poses (state 180). This behavior may be subject to change in future releases.
Example:
trigger1 = matchover = 1
; Triggers if the match is not over. For instance, the current round may not yet have ended, or it may have ended without deciding the match.