Walking to spot while panning

Hey guys! So for my script, I want the MC to walk to spot X Y while panning.
I did this:
@pan to zone 1
@MC walks to spot 1.280 274 0 in zone 1 AND MC is walk_scared_offset
I wanted the MC to walk to that spot while panning but it didn’t work. Can someone help me with the coding for this?

The follow command using spot directing:

&pan to zone # in T
@CHARACTER walks to spot S X Y in zone # in T and CHARACTER does it while animation

An example for it:
&pan to zone 2 in 3
@CHARACTER walks to spot 1.280 200 0 in zone 2 in 3 AND CHARACTER does it while run_jog

Use & for the pan so it happens at the same the CHAR is walking (using @ for the CHAR)

Also feel free to add time (like in 3 for both of them, so both happen in 3 seconds at same time since & and @ happen together)

1 Like

Yes it worked thank you!

1 Like

@Jeremy or @Sydney_H close this thread please

1 Like