Hey everyone, for some reason my code isn’t working properly. Here it is:
INT. PHILADELPHIA BEDROOM CANDLE - NIGHT
@cut to zone 2
@zoom reset
@zoom on 640 266 to 122% in 0
@transition iris in 2
@CLEO changes into cleocasual1a
&CLEO spot 1.082 400 155 in zone 3
&CLEO walks to spot 1.082 204 155 in zone 2 AND CLEO starts walk_neutral
&CLEO moves to layer 3
@CLEO is dustoff_loop
@CLEO changes into cleopyjama
&CLEO is shiftweight
The problem is that it completley skips this part: &CLEO walks to spot 1.082 204 155 in zone 2 AND CLEO starts walk_neutral
&CLEO moves to layer 3
@CLEO is dustoff_loop
@CLEO changes into cleopyjama
Instead she’s already wearing the outfit that I want her to change into and she enters the screen from the wrong side and she doesn’t do walk_neutral while she enters. Am I doing something wrong?
2 Likes
Instead of this do
@CLEO walks to spot 1.082 etc AND CLEO does it while walk_neutral
1 Like
Because she already changed once
If you’ll refresh your page.
She’ll come back in her default outfit.
1 Like
What?? I don’t understand.
2 Likes
You don’t have to add ‘walk_neutra’ as it’s the default animation for walking
1 Like
I’m talking about outfit
You already previewed your script once?
So she has already changed
Refresh your page and try again.
1 Like
I use character walks to spot x y z
But that spot should be closed to the side from where the person is entering
1 Like
You didn’t write etc right? Just making sure.
Even when I don’t add it it still doesnt work
1 Like
Yep, that’s what I did, still doesnt’ work.
2 Likes
Maybe try
@CLEO walks to spot 1.082 204 155 in zone 2 AND CLEO does it while walk_neutral AND CLEO moves to layer 3 AND THEN CLEO is dustoff_loop
@CLEO changes into cleopyjama
Either that or get rid of “and then”
If that doesn’t work then I’m not sure 
Then use enters from left to screen left
1 Like
Nope, that doesn’t work either.
1 Like
I’m sorry then, but I don’t know 