Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Tue 30/09/2003 01:28:17

Title: animate start talk then never do it again ill explain
Post by: on Tue 30/09/2003 01:28:17
 ;)  ok guy walks up to lake creature
lake creature growls and opens his eyes
guy walks away and creatures stops him and says
where u going . and whenver i walk on that region spot it
does that how to i set it up so it only does this once you know stops the guy and starts talknig only once  
cause this is only nessasary the first time any help
Title: Re:animate start talk then never do it again ill explain
Post by: Scummbuddy on Tue 30/09/2003 02:38:33
In the room interactions window you could set up another if statement that will check a room variable that will be starting at 0, and when you do the check and it equals 0, then say the line of text, and then set the variable to 1. Next time you enter the room it will do that if statement, but since it does not equal 0, the walking animation will not be displayed.

Hope this helps.