Whats the best way to display a message when the player goes in a room for the first time?
The player will be going into the room a lot so only want this message to shoiw the first time.
Thanks for the help.
Put this:
// for example
Display ( "First time" );
into the room's "First time player enters room" function.
Thank dkh, don't know why I didn't think of that. lol