Game Maker
Advertisement

Restarts the current room. Great if you lose the level but don't want to begin the game from start, just the level.

Example: In this example if the number of object monster will be = 1 the room will be restarted

{

if object_monster = 1

{

room_restart()

}

}

Advertisement