Can someone help me correct my script, please?

Hi there! I’m trying to make the character, Athena to enter from the right side in zone 3. But she keeps on entering in the wrong place. Here’s my script. please help me.

Summary

INT. FLOWER SHOP - DAY

@zoom reset

@MR STEVENSON spot 0.812 259 236 in zone 1 AND MR STEVENSON faces left

&MR STEVENSON is tinker_stand_neutral_loop_rear

@MRS TAYLOR spot 0.749 192 235 in zone 3 AND MRS TAYLOR faces left

&MRS TAYLOR is think_rubchin

@SARAH spot 0.938 64 143 in zone 1 AND SARAH faces right

&SARAH is talk_armscrossed_neutral_loop

@MAXIMUS spot 0.965 187 163 in zone 1 AND MAXIMUS faces left

&MAXIMUS is talk_handsonhips_neutral_loop

@MRS STEVENSON spot 0.929 94 163 in zone 2 AND MRS STEVENSON faces right

&MRS STEVENSON is idle_pregnant_happy_loop

@MIRA spot 0.884 205 175 in zone 2 AND MIRA faces left

&MIRA is talk_neutral_loop

@transition fade in black 2

@add Moving Box to SONIA

@SONIA enters from left to screen center AND SONIA does it while walk_box_neutral_loop

@follow SONIA to screen right in zone 3 in 5 AND SONIA does it while walk_box_neutral_loop

@SONIA exits right AND SONIA does it while walk_box_neutral_loop

@pause for a beat

@pause for a beat

@ATHENA changes into ATHENA_original1

@add Moving Box to ATHENA

@ATHENA enters from right to screen center in zone 3 AND ATHENA does it while walk_box_neutral_loop

@follow ATHENA to screen right in zone 1 in 5 AND ATHENA does it while walk_box_neutral_loop

@ATHENA is idle_box_carry_neutral_loop

2 Likes

Okay so what I think you should do is cut to zone 3 first THEN make her enter. So,
@cut to zone 3
@ATHENA enters from right to screen center AND ATHENA does it while walk_box_neutral_loop

1 Like

oh okay!

It didn’t really do anything. But thx for your help!

Can someone help, me please?

This helps a lot

1 Like

Oh okay! Thx!

1 Like

Let me know if you’re still stuck

1 Like

Okay!

1 Like

It still won’t work

I think i will just change the script

Yeah, I would suggest to just pan while she’s walking instead of using the follow command

1 Like

Oh okay.

If you need help with that, I’d be happy to help! That’s all I can think of doing to make it work instead, that’s what I usually do anyways haha

1 Like

Hii. Hope you are doing great.
Maybe you could try and spot direct Athena… Instead of using the basic directing… :thinking::thinking::thinking::thinking:

1 Like

Try:

&/ATHENA stands screen right in zone 3 and ATHENA faces left
&/ATHENA walks to screen center in zone 1 in 5 and ATHENA does it while walk_box_neutral_loop
@/follow ATHENA to screen right in zone 1 in 5 THEN ATHENA is idle_box_carry_neutral_loop

if camera doesn’t work try:

@/pan to zone 1 in 5 instead of follow

1 Like

Thank you! But I actually changes the script…thank you for your help, though!