Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Jakerpot on Sun 12/04/2009 16:31:43

Title: Changing character talk view in the middle of the game
Post by: Jakerpot on Sun 12/04/2009 16:31:43
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...
Title: Re: Changing character talk view in the middle of the game
Post by: Trent R on Sun 12/04/2009 17:50:42
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
Title: Re: Changing character talk view in the middle of the game
Post by: Pumaman on Sun 12/04/2009 23:45:57
Even easier, just create a blank view and do something like:

player.SpeechView = BLANK_VIEW_NAME;