How do i make the character run into a different zone while the camera is moving

How do I make the character run into a different zone and make the camera move while they are running?

@CHARACTER walks to spot z y z in zone 3 in 0 (any seconds you want) and CHARACTER is animation for running
&pan to zone 3 in 0 (any seconds you want)

1 Like

thank you

1 Like

The pan command needs to be before the walking command, otherwise the character will run first then the pan will happen

2 Likes

So how would I code that?

Just move the pan command before the walking command

2 Likes