Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ZayanM on Mon 07/03/2005 17:13:26

Title: SetCharacterIdle while on SetCharacterView [SOLVED]
Post by: ZayanM on Mon 07/03/2005 17:13:26
I wanted to change a character's view including speech, and idle views. But after changing his view and changing idle view (SetCharacterIdle), it gives a warning message (after game) that said that I couldn't call SetCharacterIdle when I had changed SetCharacterView. It didn't work either. Is there another function that I haven't spotted or does it require some extra scripting? SetCharacterSpeechView didn't give any errors though.
Help will be appreciated.  :)
Title: Re: SetCharacterIdle while on SetCharacterView
Post by: strazer on Mon 07/03/2005 18:42:50
SetCharacterView is for setting the character view temporarily so you can animate him.
If you want to permanently change his normal view, use ChangeCharacterView instead.
Title: Re: SetCharacterIdle while on SetCharacterView
Post by: ZayanM on Tue 08/03/2005 02:31:52
Thanks alot  ;D , it worked. These forums are so helpful.

:)
Title: Re: SetCharacterIdle while on SetCharacterView
Post by: strazer on Tue 08/03/2005 06:23:37
My pleasure. :)