Character Won't Perform Animations (HELP PLEASE)

Okay so I’m writing a story and I created an outfit choice. When the character changes their outfit they’re supposed to do the dustoff_neutral_loop animation but they just stand there and their outfit changes with no animations. Can someone pleaseeee help?

Here’s the coding for it:

@YOU starts dustoff_neutral_loop
@YOU changes into YOU_default
@pause for 1
@YOU is idle

Any help is so appreciated, thank you!!!

Try:
@YOU is dustoff_neutral_loop
@YOU changes into YOU_default
@pause for 1
@YOU is idle

1 Like

yep I think thats correct. You only use starts IF you want two characters to preform animations at the same time.

1 Like

Thank you so much!!!

1 Like

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