Returns 1 if the player (or the player's team, in team mode) has ended the round in a draw, 0 otherwise.
Format: DrawGame
Arguments:
Return type: boolean (0 if false or 1 if true)
Error conditions: none
Example:
trigger1 = DrawGame
; Triggers if the player (or team) ended round in a draw.