game_restart

From ENIGMA

Jump to: navigation, search


A function used to restart a game.


Notation

game_restart()

Description

Resets all objects to there beginning state and goes to the first room.

Parameters

This function takes no parameters

Return Values

This function returns nothing.

Example Call

if(room == room_last){
    game_restart();
}
Personal tools