Hello,
I apologize if this has been covered before... Is there a way to change a speech view during game play? For example, if you character alters his/her attire during the game, and speaks before and after the outfit change... How would I set that?
I know how to set a basic view...
cCharacter.SetView(35);
But that doesn't seem to apply to speech.
Thanks for your time,
Isaac
You need to use Character.SpeechView
http://www.adventuregamestudio.co.uk/wiki/Character_functions_and_properties#Character.SpeechView (http://www.adventuregamestudio.co.uk/wiki/Character_functions_and_properties#Character.SpeechView)
Fantastic, thank you! I was working around by making separate characters, and that was getting a little clunky, I figured there was a simple command for it... I appreciate the help.
Isaac