Coding help please

How do you start in zone 1 and run to a directed spot, and then continue running in that spot to another, in zone 2?

what did you put in your script?

&CALYPSO spot 0.306 -20 330 and CALYPSO walks to spot 0.306 347 300 in 3 and CALYPSO starts run_athletic and CALYPSO faces right and CALYPSO moves to layer 5

&DAYNA spot 0.304 -22 358 and DAYNA walks to spot 0.304 347 330 in 5 and DAYNA starts run_athletic and DAYNA faces right and DAYNA moves to layer 4

&LILY spot 0.270 -15 399 and LILY walks to spot 0.270 340 374 in 6 and LILY starts run_athletic and LILY faces right and LILY moves to layer 2

&VIOLET spot 0.302 -12 360 and VIOLET walks to spot 0.302 339 345 in 7 and VIOLET starts run_athletic and VIOLET faces right and VIOLET moves to layer 3

&TINA spot 0.250 -24 414 and TINA walks to spot 0.250 355 391 in 8 and TINA starts run_athletic and TINA faces right and TINA moves to layer 1

So here they are running from spot to spot in zone 1, but I want them to continue running in zone 2 to zone 3 and then stop.

1 Like

You would use the follow command

so it would look like

@follow CHARACTER to zone # AND CHARACTER is run_athletic_football (animation depending on gender of course)

So do I put that as another &, after this part: &CALYPSO spot 0.306 -20 330 and CALYPSO walks to spot 0.306 347 300 in 3 and CALYPSO starts run_athletic and CALYPSO faces right and CALYPSO moves to layer 5

You will need to make them run to that zone while panning at the same time:

&pan to zone # in [time]
&CHAR1 walks to [spot] in zone # in [time] and CHAR1 does it while [animation]
&CHAR2 walks to [spot] in zone # in [time] and CHAR2 does it while [animation]
@CHAR3 walks to [spot] in zone # in [time] and CHAR3 does it while [animation]

2 Likes

Ok, I finally did it right :joy: . Thanks!

yep this is it right here lol

1 Like