Narrating while characters interact check

hello all, was wondering how I can code my characters interacting while narration is going on?

1 Like

This might only be part of the problem, but the word “start” for animations means that the character will begin to use an animation while the program instantly continues onto the next line or part. Therefore, August will switch instantly from talk_sheepish_rubneck to idle_sad_loop and you will be unable to see him talking. In order to create a pause between the animations, you’ll want to use “is.” Like this:

&AUGUST is talk_sheepish_rubneck and AMELIA3 is idle_sad_loop THEN AMELIA3 is deepbreath THEN AMELIA3 is talk_unsure and AUGUST is idle_sad_loop

NARRATOR (AMELIA)
If only you knew then.

By using “is”, the animation must play out (for about one second) before moving onto the next line or part. In this case, August would talk for about one second then look sad. I hope this helps.

1 Like

Thank you love! xoxo!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.