Talking carecters

How do I make a charecter talk for 5 sec?

For example:
@CHARACTER is animation
@pause for 5

I tried but it doesn’t work.
Look:
@JANE is talk_arms_crossed
@pause for 4
@transition fade out black
@JANE is talk_arms_crossed
LEO
Who is the leader?

Here I put 4 instead of 5
But it’s the same. It still doesn’t works

You can’t time how long a character talks for.
It just depends on the length of the animation

So that means if I put:
@JANE is talk_arms_crossed
@transition fade out black
@JANE is talk_arms_crossed

THe carecter talking willl last the same time as the animation?

If you use a looping animation then you can time this :slight_smile:

It worked! Thank you.