-
-
Notifications
You must be signed in to change notification settings - Fork 18
room_goto_previous
CryoEagle edited this page Jan 12, 2019
·
1 revision
Go to previous room from room list
room_goto_previous()
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 previous room from room list, this function will find currently used room and move to previous one.
room_goto_previous();
Above code will move player to previous room from list.
Back to Rooms