My walking animations aren't working

I want to make my characters run into each other, then fall. But after Skylar walks out of her room (which works), my two characters go to their spot while being idle and then they never fall down. Someone please help this is so frustrating omgggg

script help 2

1 Like

Try replacing “is” with “does it while” :thinking:

it still doesn’t work :frowning_face:

Do you have an error?

nooo

Sometimes this happens to me and i just set up the scene again and have them do the animations that arent working in a new scene and it usually fixes it for me

Remove the pauses and just change the walking commands from & to @, and also combine the walking commands on one line, and also use “does it while” instead of “is” when making characters walk while doing an animation.

&zoom on 804 176 to 110% in 3
@SKYLAR walks to spot 0.992 199 94 in zone 3 in 3 and YOU walks to spot 0.992 221 94 in zone 2 in 3

&zoom on 640 176 to 110% in 1
@SKYLAR walks to spot 0.992 14194 in zone 3 in 1 and YOU walks to spot 0.992 64 94 in zone 3 in 1 and YOU does it while walk_box_neutral_loop

@YOU is fall and SKYLAR is fall

There’s two ways to fix this.
You can just add an extra 0.01 to the pause, so:

@pause for 1
@pause for 0.01

Or just do it like:

*&YOU walks to spot 0.992 64 94 in zone 3 in 1 AND YOU does it while walk_box_neutral_loop THEN YOU is fall
&SKYLAR walks to spot 0.992 141 94 in zone 3 in 1 AND SKYLAR does it while walk_neutral_loop THEN SKYLAR is fall

@pause for 3

[^ Both of those will work.]

THANK UUU this worked ohmygod

1 Like

thank u so much :grin:

1 Like

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