Wintermute Engine Forum

Wintermute Engine => Feature requests, suggestions => Done => Topic started by: Dionysius on June 06, 2008, 04:25:29 AM

Title: More flexibility in actor.Talk() method
Post by: Dionysius on June 06, 2008, 04:25:29 AM
It would be cool if I could change behavior of speech text. I need to display it not over actor's head. And now I should to overload Talk() method.
Title: Re: More flexibility in actor.Talk() method
Post by: Mnemonic on June 06, 2008, 07:02:36 AM
Now the question is what's more flexible. A generic Talk method with dozens of parameters most people will never use, or the ability to override the talk method and add and handle any parameters you need? Besides, if you want to permanently change subtitle position for a character, you don't need to override anything, and just set the SubtitlesPos* properties (see the docs).
Title: Re: More flexibility in actor.Talk() method
Post by: Dionysius on June 06, 2008, 07:38:45 AM
Wow!  :D Thank you very much! This is all I need