Need help by coding

Hey,so I noticed that many authors use 2 animations under one text,example a male character does talk_neutral and talk_arms_crossed just by saying one sentence,one text and we don’t need to tap twice and read twice the same text.So,does anybody knows the exact code for this? I assume that its (example) @CHARACTER starts talk_neutral THEN CHARACTER starts talk_arms_crossed
CHARACTER
Bla,bla,bla…
But I am not 100% sure

You need to use the & command, as well as pausing before starting the new animation.

ex:
&CHARACTER starts talk_neutral THEN pause for 2 THEN CHARACTER starts talk_arms_crossed
CHARACTER
Blablabla

1 Like

I will go try it tomorrow.Thank you,thank you sooo much!

1 Like

You’re welcome! :blush:

Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

it is! :smiley: but maybe I would put a shorter pause

1 Like

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