Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 20/03/2005 03:36:58

Title: Where to put the "SetCharacterIdle" scipt?
Post by: on Sun 20/03/2005 03:36:58
Hi!
I want my character to show an animation using the "SetCharacterIdle"-script. Where do I put the line? In which script window? :P

Thanks :)
Title: Re: Where to put the "SetCharacterIdle" scipt?
Post by: ZayanM on Sun 20/03/2005 05:53:17
If you want it to happen whenever the character is visible go to the Room interaction editor > Player enters room > Run Script. And put the code there. Otherwise for interaction/look (etc...) you want to use to set the character idle options, create a Run Script option.