hello! In the manual I have found:
System expression - Restart layout
Restart the current layout. Note that unlike Go to layout, this action resets all event groups to their initial activation state. Global variables keep their current value - they are not reset. To reset them use the system action Reset global variables.
What would be a good practise to reset all event groups, and most global variables, except a few (for example how many times you have won the game).
I can only think of using Local Storage.
What is your advice?