#define Continue script switch(show_message_ext('Continue?','Yes','No','Exit') ) {case 1: room_restart(); lives = 3; health = 100; break; //Restarts level with full health and lives. case 2: highscore_show(-1); room_goto();//Type in a room to goto break; //Shows the Highscore table and goes to a room of your choice. case 3: game_end(); break} //ends the game