How to make characters do animations immediately

So i’m trying to make ROMAN do an animation immediately after he is done walking (or sliding in this scene) how would I do that?

You would use THEN.

@CHARACTER walk to [spot] and CHARACTER does it while [animation] THEN CHARACTER starts [animation]

1 Like

So if I have two characters would I just add in “AND” after the last animation & repeat that same process?

Yep!

@CHAR_1 [walks to spot] and CHAR_2 [walks to spot] THEN CHAR_1 starts animation and CHAR_2 starts animation

1 Like

I tried it and it didn’t work?

I’m trying to make 2 characters while sliding/walking to smile (idle_happy) and immediately after that to idle_happy

And how would I add in for CHARACTER 2 to face right meanwhile doing that?