Two characters don't do what's in the script!

So in my script I wrote this:

@CHARACTER2 walks to spot 0.555 233 332 in zone 3 in 2 AND CHARACTER2 does it while run_athletic_neutral_loop
@pan to zone 3 in 2

@CHARACTER2 faces left AND CHARACTER2 does it while tinker_stand_neutral_loop_rear

@pause for a beat

&CHARACTER1 is laugh_chuckle
@cut to zone 1

@CHARACTER1 walks to spot 0.756 212 174 in 1.5 AND CHARACTER1 does it while walk_neutral

But when I play it CHARACTER2 isn’t tinker_stand_neutral_loop_rear and CHARACTER1 doesn’t laugh_chuckle. Also the script doesn’t show any error. :frowning:

Does anyone know why?

Faces left and does it while - don’t go together

1 Like

Other character doesn’t laugh because he doesn’t have time to laugh. You cut to other zone too quick without giving him time to animate - add pause after animation.

2 Likes

THANK YOU I was going nuts

1 Like

It doesn’t work if I type them in separately either

@CHARACTER2 faces left
@CHARACTER2 is tinker_stand_neutral_loop_rear

Tell me, in what direction should character be turned while being rear?

If you want the character to be turned to left while being rear, I’d write that like this:

@CHARACTER2 starts tinker_stand_neutral_loop_rear AND CHARACTER2 faces right
@pause for a beat

It should be turned right, that’s why I wrote left
Anyway it doesn’t work. It runs there and then nothing. ugh

Try:

&pan to zone 3 in 2
@CHARACTER2 walks to spot 0.555 233 332 in zone 3 in 2 AND CHARACTER2 does it while run_athletic_neutral_loop THEN CHARACTER2 faces left AND CHARACTER2 does it while tinker_stand_neutral_loop_rear

1 Like

IT FINALLY WORKS. Thank you sooo much

1 Like

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