I don’t know how to make characters do an emotion all at once does anyone else know
You have to use the & sign orj ust watch yputbe vidios thats how i learned lol
What exactly do you mean? Do you mean have a bunch of characters doing actions at the same time? If yes, it would look something like this:
@CHAR1 is idle_happy AND CHAR2 is idle_happy AND CHAR 2 is idle_happy
And you can have more than 3 characters doing an action in a scene.
For example, a slapping scene:
@CHAR1 is slap_face_give AND CHAR2 is slap_face_receive
Thank you