hello,
i am making a game, and when you press the ESC button, you go to a new room with no character in it, where you can click on certain things to do, such as Save Game etc. I am doing this because i do not want to have a GUI for it.
Anyhoo, the problem is i want to be able for the player to go to the room they were in when they pressed the ESC button. How should i go about doing this?
player.ChangeRoom(player.PreviousRoom);
sweet
Please! Read through the manual! We've told you repeatedly. Many of your most recent questions can be answered by reading the manual.