How to Use THEN in Script

So, basically in a lot of stories I’ve read, I’ve seen animations that use the THEN.
EXAMPLE:
@CHARACTER is talk_apathetic THEN CHARACTER is laugh_giggle
or
&CHARACTER is talk_apathetic THEN CHARACTER is laugh_giggle
But in other stories, I’ve seen those animations go quicker than others. A story that I see this in is, “So, we’re adults now?” I’m just wondering how the author gets the characters to do the animations so quickly?

3 Likes

You have to use the &

Sorry, I should’ve put that in the description, but I do use that in my script.

1 Like

&CHARACTER is talk_apathetic
@CHARACTER is laugh_giggle

1 Like

Thank you, I’ll try this out.

1 Like

You’re welcome

1 Like

Or it’s probably

@CHARACTER is talk_apathetic
&CHARACTER is laugh_giggle

Idk. Try to do both ways.

1 Like

I’m not too sure if one of them works, but I’ll keep experimenting to try and figure it out. Thank you again.

1 Like

I think its with the use of the command “STARTS”

e.g.

@CHARACTER is talk_apathetic
@CHARACTER starts laugh _giggle

?? let me know if that works lmao

2 Likes

It works, I’m just trying to get my character to do it while she is talking. Thank you!

1 Like

yayy! :partying_face: :partying_face:

1 Like