Returns true if the player (or the player's team, in team mode) has won the round by KO, false otherwise.

Format: WinKO

Arguments:

Return type: boolean (0 if false or 1 if true)

Error conditions: none

Example:

trigger1 = WinKO = 0
; Triggers if the player (or his team) has not won the round by a KO. For example, this will trigger if the player's team has not yet won the round, or if they have won the round by time over.