Venat,
You need to have a wav file with the speech. You can use software that reads text to speech or create a wav file through sound recorder (or other apps).
When I tried it I had to use the Actions to get it to sync (somewhat). It's not perfect but it doable. You need to start the wav file, set a delay, then have the head talk.
I would start with a .5 delay and increase/decrease as necessary.
SOUND( Object='<head>', File='talking.wav', Action='Start' )
DELAY( Duration='500', Infinite='No" )
METHOD (agentID, "ACTION", "talk", "wait")
Add a delay for the length of the wav file then do a METHOD agent stop (or idle).
Venat,
You need to have a wav file with the speech. You can use software that reads text to speech or create a wav file through sound recorder (or other apps).
When I tried it I had to use the Actions to get it to sync (somewhat). It's not perfect but it doable. You need to start the wav file, set a delay, then have the head talk.
I would start with a .5 delay and increase/decrease as necessary.
SOUND( Object='<head>', File='talking.wav', Action='Start' )
DELAY( Duration='500', Infinite='No" )
METHOD (agentID, "ACTION", "talk", "wait")
Add a delay for the length of the wav file then do a METHOD agent stop (or idle).