Can i change the main character talk view without having to make a whole new character? Because in my game there is a part that the character is hidding, an it's view change to the hidding view. But then when he is going to talk the character appear normally, and i want him to keep hidding, so i want to change the character talk view. If no, i will have to make another character talk it...
I'd suggest a clever combination of LockView, Animate, and Say/SayBackground.
Oops, I was looking at ChangeView and what it was linked to... Yeah, as CJ says.
~Trent
Even easier, just create a blank view and do something like:
player.SpeechView = BLANK_VIEW_NAME;