-
June 2, 2023 at 09:55 #4305
It’s because your wac code says “Exactly after 5 seconds when the game has started, make team 1 win”.
However the way that the game works is that you get points for amount of people/objects that are dead.
So naturally after 5 seconds, you haven’t killed anyone yet, and therefore the game will say “draw”.If you go ahead and change it, like some have suggested in the thread to ssndead, like:
if never and ssndead(xxxx) then
win(1)
endif(xxxx = a bot on team 2)
It should end the game saying team 1 wins.
Latest 10 Comments