cssndr
February 1, 2019, 10:09pm
1
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.
Does anyone know why?
CoraMae
February 1, 2019, 10:12pm
3
Faces left and does it while - don’t go together
1 Like
CoraMae
February 1, 2019, 10:13pm
4
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
cssndr
February 1, 2019, 11:04pm
5
THANK YOU I was going nuts
1 Like
cssndr
February 1, 2019, 11:05pm
6
It doesn’t work if I type them in separately either
@CHARACTER2 faces left
@CHARACTER2 is tinker_stand_neutral_loop_rear
CoraMae
February 1, 2019, 11:16pm
7
Tell me, in what direction should character be turned while being rear?
CoraMae
February 1, 2019, 11:18pm
8
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
cssndr
February 2, 2019, 7:28pm
9
It should be turned right, that’s why I wrote left
Anyway it doesn’t work. It runs there and then nothing. ugh
Apes
February 2, 2019, 7:35pm
10
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
cssndr
February 2, 2019, 8:19pm
11
IT FINALLY WORKS. Thank you sooo much
1 Like
system
Closed
March 5, 2019, 6:24am
12
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.