How do i have two characters enter the scene at the same time?

this is what i used in my code and it said it wasnt valid:
&MAGGIE enters from right to screen center AND is walk_neutral_loop
@ALICIA enters from right to screen right AND is walk_neutral_loop

i dont understand, its infuriating…

2 Likes

You have to write out the character’s name everytime. Like this:

@ALICIA enters from right to screen right AND ALICIA is walk_neutral_loop

But you actually don’t have to name the animation. It’s the default one for walking, so the character will be using it anyway.

To add another character you just write “AND” and copy the command. Like this:

@ALICIA enters from right to screen righ AND CHARACTER2 enters from right to screen center

1 Like

Ohhh, thxx! :smiling_face_with_three_hearts:

2 Likes

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