Hi, I'm programming on a 2D game and now I want to include a restart function. How can I do this? I tried to save the game at the begin and then to load it to restart, but it created and changed any panels during the game so I've got an error.
Is there a way to delete everything who hinder the game_load or is there another way to restart a game (sans exec and sys_exit)?