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. :)
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.
Thanks alot ;D , it worked. These forums are so helpful.
:)
My pleasure. :)