Match score with lists

Im using lists to try to keep score for a game. ex. if player 1 dies, then player 2 gets a point. Im having trouble showing this and resetting the game without resetting the list.

1 Like

You can try using the Settings extension to store the score without it deleting when you reset the game.

2 Likes

thank you

I got an error when using the settings extension. Let me share the project.

I got close but there is one bug I can’t get out. Player 1 only needs 1 point to win (Im trying to make it first to 3), but player 2 win count works fine.