In my game, i have it so when either player 1 or 2 gets to 0 health the other wins the round then they proceed to the next round. But the problem i am encountering is that it adds 2 to the won rounds global variable for either player making the game go to the victory layout. Can someone tell me how to fix this before i have to hand this in for my project. drive.google.com/open
The conditions are true for a while so its adding lots to the won variables, you need to add a trigger once condition.
plinkie how would i add a trigger once condition
It's a condition that goes on the left with the variable checks, it's under system > trigger once while true!
Develop games in your browser. Powerful, performant & highly capable.
Thank you so much plinkie, its working perfectly. Now i can finish everything else
Great :)