Spotting Coding Troubles

Does anyone know how to get a character to walk from a spot position in zone 1 to another spot position in zone 2 without having to say enter left/right so the size of the character doesn’t change and so the screen follows the character at the same time
Please and Thank you :smiling_face_with_three_hearts: :heavy_heart_exclamation:

@CHARACTER walks to spot 1.2 100 0 in zone 2

1 Like

For moving character from one spot to another you need to use:
@character spot 0.987 20 0 in zone 1
@character walks to spot 0.987 150 0 in zone 2

For making camera follow your character use:
&pan to zone 2 in # (here #=time)
@character spot 0.987 20 0 in zone 1
@character walks to spot 0.987 150 0 in zone 2

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.