Character ignoring animation bug

For the past few days I’ve been having this error with my story. After my characters walk to a certain spot, no matter what way I code it, they either go idle for a few split seconds before performing the animation, or they skip the animation completely. Everything else in the story works fine except for this one scene. I’ve trying looking on other forums and using their advice but it doesn’t seem to work both on portal and in the app. Here’s my code:

line 34 and 35 are ‘does it while’ and not is. If doesn’t make a change please paste your text here

1 Like

and you’re using a lot of &

1 Like

Oh my bad, that’s probably just from me mixing things with the code trying to see if something different would work. I changed both lines to ‘does it while’ and it still makes no difference.

Here’s my code:

EXT. MOSCOW STREET - NIGHT with EFFECT DIM 60

@cut to zone 3
@speechbubble reset
music music_spooky

readerMessage 6 months ago.

@zoom on 780 415 to 154% in 0
&SPACER01 stands screen center AND SPACER01 faces left AND SPACER01 does it while walk_handcuffed_sad_loop
&VHELPER01 spot 1.289 82 9 in zone 3 at layer 2 AND VHELPER01 faces left AND VHELPER01 does it while walk_neutral_loop
&VHELPER02 spot 1.334 225 8 in zone 3 at layer 2 AND VHELPER02 faces left AND VHELPER02 does it while walk_neutral_loop
&VHELPER01 walks to spot 1.289 82 9 in zone 2 in 2.7 AND VHELPER01 does it while walk_neutral_loop THEN VHELPER01 starts idle_armscrossed_snooty_loop
&SPACER01 walks to screen center in zone 2 in 2.7 AND SPACER01 does it while walk_handcuffed_sad_loop THEN SPACER01 starts idle_handcuffed_sad_loop
&VHELPER02 walks to spot 1.334 225 8 in zone 2 in 2.7 AND VHELPER02 does it while walk_cup_neutral_loop THEN VHELPER02 starts idle_cup_angry_loop
&pan to zone 2 in 2.7
&zoom on 489 400 to 154% in 2.7

1 Like

working on it :))

EXT. MOSCOW STREET - NIGHT with EFFECT DIM 60
&zoom on 780 415 to 154% in 0 and cut to zone 3 and speechbubble reset
music music_spooky
readerMessage 6 months ago.
&SPACER01 stands screen center AND SPACER01 faces left AND SPACER01 is walk_handcuffed_sad_loop and VHELPER01 spot 1.289 82 9 in zone 3 at layer 2 AND VHELPER01 faces left AND VHELPER01 does it while walk_neutral_loop and VHELPER02 spot 1.334 225 8 in zone 3 at layer 2 AND VHELPER02 faces left AND VHELPER02 does it while walk_neutral_loop
@pause for .1
&VHELPER01 walks to spot 1.289 82 9 in zone 2 in 2.7 AND VHELPER01 does it while walk_neutral_loop and SPACER01 walks to screen center in zone 2 in 2.7 AND SPACER01 does it while walk_handcuffed_sad_loop and VHELPER02 walks to spot 1.334 225 8 in zone 2 in 2.7 AND VHELPER02 does it while walk_cup_neutral_loop then pause for 0 then VHELPER01 starts idle_armscrossed_snooty_loop and SPACER01 is idle_handcuffed_sad_loop and VHELPER02 is idle_cup_angry_loop
@pan to zone 2 in 2.7 and zoom on 489 400 to 154% in 2.7

I changed the names to my own characters and then back to yours, hope I didn’t make a mistake in that. I used this code and it worked for me:

EXT. MOSCOW STREET - NIGHT with EFFECT DIM 60
&zoom on 780 415 to 154% in 0 and cut to zone 3 and speechbubble reset
music music_spooky
readerMessage 6 months ago.
&CHARACTER1 stands screen center AND CHARACTER1 faces left AND CHARACTER1 is walk_handcuffed_sad_loop and CHARACTER10 spot 1.289 82 9 in zone 3 at layer 2 AND CHARACTER10 faces left AND CHARACTER10 does it while walk_neutral_loop and CHARACTER12 spot 1.334 225 8 in zone 3 at layer 2 AND CHARACTER12 faces left AND CHARACTER12 does it while walk_neutral_loop
@pause for 0.1
&CHARACTER10 walks to spot 1.289 82 9 in zone 2 in 2.7 AND CHARACTER10 does it while walk_neutral_loop and CHARACTER1 walks to screen center in zone 2 in 2.7 AND CHARACTER1 does it while walk_handcuffed_sad_loop and CHARACTER12 walks to spot 1.334 225 8 in zone 2 in 2.7 AND CHARACTER12 does it while walk_cup_neutral_loop then pause for 0 then CHARACTER10 starts idle_armscrossed_snooty_loop and CHARACTER1 is idle_handcuffed_sad_loop and CHARACTER12 is idle_cup_angry_loop
@pan to zone 2 in 2.7 and zoom on 489 400 to 154% in 2.7

1 Like

Thank you so muchh! <3 You’re a literal lifesaver, this was annoying me for so longgg. :heartpulse:

1 Like

No worries!! Glad I could help :revolving_hearts: Success with your story!

1 Like

Moved to Directing Help and Tips since this is a coding issue and not a bug. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :grinning:

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