In my game you gain a suit that your character has to wear to procedd. However I am running into problems while getting my character to talk. Is it possible to change the talking view?
Have you tried setting Character.SpeechView? e.g.
cEgo.SpeechView = DIVINGSUIT;
Yes that works. Thank you.:smiley: