DrawGame
From M.U.G.E.N Wiki
Trigger: DrawGame
Returns 1 if the player (or the player's team, in team mode) has ended the round in a draw, 0 otherwise.
- Format:
- Draw
- Arguments:
- none
- Return type:
- boolean int (1 or 0)
- Error conditions:
- none
Examples:
trigger1 = DrawGame Triggers if the player (or team) ended round in a draw.
