Outfit glitch in preview?

I’m trying to write an outfit change but my character is still wearing the outfit she first appeared in. And the outfit name is right in the script, so I’m confused.

script looks like this-

&CHAR stands screen center

&CHAR changes into outfit

&CHAR faces right

&CHAR moves to layer -1

Try this:

SCENE CHANGE
@CHARACTER changes into outfit
&CHARACTER stands screen center
&CHARACTER faces right AND CHAR moves to layer -1

1 Like

Outfit changes can’t have &, they need to be coded with @

2 Likes

Ohh, right. I haven’t written in a while so I forgot :laughing: Thank you

1 Like

Closed: Marked as solved by thread op :v: