Ok so this is my script:: &MIA walks to spot 0.430 204 297 in 1 AND MIA is walk_neutral_rear AND MIA faces right
@pause for 1
&AISHA is react_startled_subtle AND MIA is hug_neutral_rear
When I click "save and preview it doesn’t say there are any errors… yet on screen MIA doesn’t do hug_neutral_rear she just FACES RIGHT
Even tho in the next line I have:
MIA (hug_neutral_loop_rear)
It’s okay. I understand you completely.
I’m so confused… idk what to do…
Thank u in advance 
1 Like
Try AND MIA does it while walk_neutral_rear
Also add in a “faces right” to every rear animation. I’m finding lately if I don’t it tries to not let it work right.
1 Like
A few things to note:
When making a character walk while doing an animation, use “does it while” instead of “is”. The “is” causes a slight pause before the character goes into the next animation.
Don’t use & with pauses. Just use the @ sign. Using &walk with @pause is why your character won’t do the next animation.
When you want a character to go straight into an animation right after walking, use the THEN command
This is how your command should look like
@/MIA walks to spot 0.430 204 297 in 1 AND MIA faces right AND MIA does it while walk_neutral_rear THEN MIA is hug_neutral_rear and AISHA is react_startled_subtle
3 Likes
@ MIA walks to spot 0.430 204 297 in 1 AND MIA faces right AND MIA does it while walk_neutral_rear
& MIA is hug_neutral_rear and AISHA is react_startled_subtle
This alternative also works well
1 Like