Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Candle on Sun 23/04/2006 16:50:03

Title: Display message first time in room [solved]
Post by: Candle on Sun 23/04/2006 16:50:03
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.
Title: Re: Display message frist time in room ( best way)
Post by: DoorKnobHandle on Sun 23/04/2006 16:54:44
Put this:


// for example
Display ( "First time" );


into the room's "First time player enters room" function.
Title: Re: Display message frist time in room ( best way)
Post by: Candle on Sun 23/04/2006 17:05:00
Thank dkh, don't know why I didn't think of that. lol