Getting values for 3 turns to create a win condition.

Here’s an idea for that, create a new increment counter variable. So, whenever you add the sum, this counter will next be increased by 1. Then, you can execute an event to see if your counter is 3 or not, if it is, then do your win condition checks but remember when you’ve done it, you need to reset this counter to 0 again so it will allow the next turn to be checked as well.

1 Like