Win Counter, How do you make one?

Hey @rawan.sajid.5003x3zb :wave:

This really takes me back, would love to help you out with this.

Iā€™d use a stored variable for this.


A simply IF statement here will do the trick:

if (p1_score >= 3 || p2_score >= 3){reset(); }