Removing draw conditions

Is it possible to eliminate all conditions of a draw within workshop custom elimination games? If so, I’d appreciate finding a method.

In my game mode, if the timer runs out, Team 1 loses. Right now, I keep getting a draw result. Honestly, I think I’m ready to launch this if only I can remove the nag and result of a draw that is not required in my game.

I’m not sure as to exactly what you mean but you can use disable game completion so your commands will be the only way to win, you can make a rule that says if match time == 0 declare victory(team 1).

1 Like

Sure you can do this, I had this with a similar gamemode.
Basically, condition: match time below 10s
action declare victory team 2