Reset variables

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

Hi, Does have any function that we can send all variables to the start value? Because when the player dies, his life variable goes to 0. And if we choose play again it starts at 0 instead 7. Or just using scene variable instead of Global? Thanks.

What is the expected result

Explain what should happen when you run the game.

What is the actual result

Explain what is happening instead, what is going wrong.

Related screenshots

Please include a screenshot of the full related events including both conditions and actions.
And screenshots to help showing us the issue.

Project files (optional)

Insert a minimal game showing your issue in a .zip or .rar.

Reset global variables to the start value is not possible, without an extra variable.
If it makes sense in your game, use sceen variables
or set the variables to the desired value when the player clicks the play again button.