Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. More...


Author Topic: Talk stuff for 3d actors  (Read 3891 times)

0 Members and 1 Guest are viewing this topic.

Jerrot

  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 690
    • View Profile
Talk stuff for 3d actors
« on: December 05, 2005, 01:51:57 PM »

Me again,

1) it would be nice to have the ForceTalkAnim method for the 3dactors object as well.

2) I would love to have a solution for multiple actor.Talk() lines as well without interrupting the animation, but I can't think of a good solution for it yet.
Maybe one could tell the engine not to use the standard animation, nor break it (or jump back to idle-mode). Something like that would be possible then:

actor.PlayAnimAsync("talk");
actor.CustomTalkAnim = true;
actor.Talk("blah blah blah");
actor.Talk("blah blah blah");
actor.Talk("blah blah blah");
actor.CustomTalkAnim = false;
actor.PlayAnimAsync("idle");

Just for the records. ;)
Logged
Mooh!
 

Page created in 0.065 seconds with 23 queries.