-
-
Notifications
You must be signed in to change notification settings - Fork 18
room_goto_next
CryoEagle edited this page Jan 12, 2019
·
1 revision
Go to next room from room list
room_goto_next()
Returns: void
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.
room_goto_next();
Above code will move player to next room from list.
Back to Rooms