Help with pan to screen while following the character run

I want to create a scene in which the character runs to zone 3 and the camera follows it…

@MARILIA walks to spot 0.892 100 159 in zone 3 in 4 AND MARILIA does it while run_athletic_neutral_loop
&pan to zone 3 in 4

can you tell what is wrong with this code?

1 Like

Its all wrong

@follow CHARACTER to position (like screen left/right/center) in zone x

I tried

@follow MARILIA to spot 0.892 100 159 in zone 3 in 4 AND MARILIA does it while run_athletic_neutral_loop
&pan to zone 3 in 4

but it still doesn’t work

try to write screen center

just make it like

@follow MARILIA screen left in zone 3
@/MAILIAN walks to spot xyz in t

oh it does work but is it possible to make the character run at a particular spot?

after that type

&CHARACTER spot xxx

this is the script so far

@follow MARILIA to screen center in zone 3 in 4 AND MARILIA does it while run_athletic_neutral_loop
&pan to zone 3 in 4
&MARILIA spot 0.992 115 159 in zone 3

here marilia abruptly changes her position from centre to spot.
when I tried
&MARILIA spot 0.992 115 159 in zone 3 in 3
it displayed an error.

1 Like

I tried it didn’t work

remove this then try

I did but that’s what I’m saying that the character changes its position abruptly like the first second its at screen centre and the next at spot. Otherwise the script works
How can I make it smoother, any ideas?

Why u wrote this?
Remove this line lol

Add “walks to”
Like &MARILIA walks to spot 0.992 115 159 in zone 3

but if I don’t write pan then how will the camera follow the character?

1 Like

it will follow just remove it

and if u want to make it like she is running then

&MARILIA walks to spot 0.992 115 159 in zone 3 in .9 and MARILIA is run_athletic_neutral_loop

for some reason @follow is not working.

il’ try this.

This line will do all the work for the panning as well

lol marilia flew lol.
it didn’t work. @follow command doesn’t work

can u post the script’s pic