game_restart()
Drag & Drop equivalent :
This function will restart the game right from the beginning, as though it has just been loaded in.
Example
if keyboard_check(vk_enter)
{
game_restart();
}
Revision #1