njade
February 22, 2020, 12:22am
1
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
njade
February 24, 2020, 1:53am
4
Ohh, right. I haven’t written in a while so I forgot Thank you
1 Like
Nick
Closed
February 24, 2020, 2:28pm
5
Closed : Marked as solved by thread op