How do I change a character's talking view?
Please read the manual more carefully before posting things such as this.
nothin' in the manual about changing talking views. It only tells how to change the walking view.
From the manual:
Quote
int Character.SpeechView
Gets/sets the character's talking view. If you change it, the new view number will be used as the character's talking view in all future conversations.
You can set this to -1 to disable the character's speech view.
Example:
character[EGO].SpeechView = 10;
will change the character EGO's speech view to view 10.