Follow Command with Spotting

Is it possible to create a follow command to a specific spot? I want my character to walk from a spot in one zone to another spot in another zone but I’m not sure how or if I can do that.

I believe to make a camera follow a character to a spot it’s:

@CHARACTER walks to spot … in zone #
@follow CHARACTER to spot … in zone #

Obviously “CHARACTER” would be your character’s name, “…” would be the spot position and “#” would be the zone number.

You can’t follow your character to another spot in another zone. For this you need to use panning:
&pan to zone # in s
@CHARACTER walks to spot % x y in zone # in s

:blush:

1 Like

unfortunately this doesn’t work but thank you

1 Like

this works perfectly, thanks!