Hey everyone… I have problem in coding a scene where two characters are running to zone 1 and I need camera to follow them both at the same time… Can anyone help?
1 Like
You can use the follow command for one character and then just have the other character going to that zone at the same time.
&CHAR1 walks to position in zone 1 and CHAR1 does it while running_animation
@follow CHAR2 to position in zone 1 and CHAR2 does it while running_animation
Or if you are using spot direction, you’ll need to pan to zone 1 at the same time your characters walk/run to zone 1
&pan to zone 1 in T
&CHAR1 walks to spot % x y in zone 1 in T and CHAR1 does it while running_animation
@CHAR2 walks to spot % x y in zone 1 in T and CHAR2 does it while running_animation
3 Likes
Thankyou so much… It worked
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.