What would the script be for a hotspot that goes back one room when its clicked? I made a room that is help for the game, and I want the Back hotspot to go to whatever the room the player was in before they went to the help room.
Insite hotspot interaction place the next code:
NewRoom(character[GetPlayerCharacter()].prevroom);
but actually if I need a help screen I would make it a GUI instead. :P
-Cheers