I would like to axe, if there is possible to change a talking view as the normal view can be changed?
Thanks
Best
character[CHARID].talkview = ...
The character's talking view number minus 1 !
For example if you want to set his talking view to 4:
character[CHARID].talkview = 3;
~Cheers