Problems changing boolean in table (reset button)

I have a game where you can have three different players (different buttons to "log in"). You can write your name and the game also saves your progress (which levels the player has completed). I have a table that saves these values, the name is text and the completed levels are booleans.

Now I'm trying to make a reset-button so you can delete a player and start over. I have tried to use "Change Table Value" to "false" (for each cell exept text). However it seems to have an opposite effect? When I test the button, the player still exists (but the name is deleted) and all levels are completed, but the player has completed none before.

It works perfect the opposite way, when the player completes a level and the table value is changed to "true".

Any suggestions?

I work with the Windows-version.
Sign In or Register to comment.