game_restart()

Drag & Drop equivalent : GM047

 

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