Character not scaling,.. again

I’m really not sure why this keeps happening to me, everytime I try to use spot directing to get a character in a certain place the moment I try and change the scale, when I play the scene, the character always reverts to the normal scale.
I don’t know how to fix this, everything I have tried failed and I am at the end of my rope and rather frustrated.

Here’s my code:
EXT. PLAYGROUND - DAY
@pan to zone 2
@OSWIN enters from left to screen center
@speechbubble is 171 162 to 100% with tail_top_left
@OSWIN is idle_sit_anklescrossed_neutral_loop and OSWIN spot 0.741 85 250
OSWIN (idle_sit_sad_loop)
This whole leaving home and running away idea has been nothing but a bad idea
OSWIN (talk_sit_doubtful)
I really didn’t think this through, did I?
OSWIN (idle_sit_serious_loop)
I have no place to sleep, I don’t know anyone here and I stupidly left all my money back at that rubbish hotel!
@OSWIN is transition_sit_to_stand
OSWIN (talk_exhausted)
It’s been nothing but a disaster, maybe I should just head back
OSWIN (talk_think_neutral)
But if I go back now, I’ll get arrested, I’ve come too far to give up like that…

This is what it’supposed to look like:

And this is what happens:

How do I fix this and how do I stop this from happening in the future?

EXT. PLAYGROUND - DAY
@pan to zone 2
@OSWIN enters from left to screen center
@speechbubble is 171 162 to 100% with tail_top_left
@OSWIN spot 0.741 85 250 and OSWIN is idle_sit_anklescrossed_neutral_loop
OSWIN (idle_sit_sad_loop)
This whole leaving home and running away idea has been nothing but a bad idea
OSWIN (talk_sit_doubtful)
I really didn’t think this through, did I?
OSWIN (idle_sit_serious_loop)
I have no place to sleep, I don’t know anyone here and I stupidly left all my money back at that rubbish hotel!
@OSWIN is transition_sit_to_stand
OSWIN (talk_exhausted)
It’s been nothing but a disaster, maybe I should just head back
OSWIN (talk_think_neutral)
But if I go back now, I’ll get arrested, I’ve come too far to give up like that…

Try it like this

Unfortunately, she’s still not scaling.
Thanks for the reply though

Using default commands like “enters from” messes up spot direction and layerings sometimes.

Try this:

EXT. PLAYGROUND - DAY
@pan to zone 2
@OSWIN enters from left to screen center
@remove OSWIN
@OSWIN spot 0.741 85 250 and OSWIN faces right and OSWIN is idle_sit_anklescrossed_neutral_loop

@speechbubble is 171 162 to 100% with tail_top_left

That worked, thanks.
I will have to remember that. I’m still trying to get back into coding.

Closed: Marked as solved by op @Saika :yay: