Is there any 'go back to previous room' -feature?
There is a global variable - character[CHARID].prevroom that specifies the room CHARID was in before.
To load a prevoius room you can type in:
NewRoom(character[GetPlayerCharacter()].prevroom);
~Cheers
Thanx.