Skip to content

room_goto_previous

CryoEagle edited this page Jan 12, 2019 · 1 revision

room_goto_previous

Go to previous room from room list

Syntax:

room_goto_previous()

Returns: void

Description:

This function is for making more levels and more complex games where will be more rooms, this function is able to move player to previous room from room list, this function will find currently used room and move to previous one.

Example:

room_goto_previous();

Above code will move player to previous room from list.

Back to Rooms

Clone this wiki locally