Skip to content

room_goto_next

CryoEagle edited this page Jan 12, 2019 · 1 revision

room_goto_next

Go to next room from room list

Syntax:

room_goto_next()

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 next room from room list, this function will find currently used room and move to next one.

Example:

room_goto_next();

Above code will move player to next room from list.

Back to Rooms

Clone this wiki locally