Football accident

Hello guys,
I am trying to create a football accident in my scripts. Like I want my male character (let’s call him char1) to run with the ball from zone 1 to zone 2 and then a player from the opposite team (let’s call him char2) runs into char1 then he falls pretty badly. But I tried so different things to make it work and it still doens’t. I want the char 2 to run into char 1 and then char 1 falls. But instead char 1 is standing after char 2 passed and he falls out of nowhere like 2 seconds later. Can someone help me? :frowning:

Use “and” between both the animations.
For example
@CHAR 1 walks from a spot in zone 1 to zone 2 “and” CHAR 1 is #animation and CHAR 2 walks from spot # to spot # and CHAR 2 is #animation
@CHAR 1 starts #animation (here u will put the animation of falling)

If it doesn’t work let me know

It wrote a character error like " use @CHARACTER walks to X Y Z in S"

I wrote this:

@NOAH walks from spot 0.790 106 174 in zone 4 to spot 0.790 284 138 in zone 4 AND NOAH is run_athletic_football_neutral_loop AND ASHTON walks from spot 0.790 242 146 in zone 5 to spot 0.790 162 129 in zone 4 AND ASHTON is run_super_speed_loop

&ASHTON spot 0.790 242 146 in zone 5
@NOAH spot 0.790 106 174 in zone 4

@NOAH walks to spot 0.790 284 138 in zone 4 and NOAH does it while run_athletic_football_neutral_loop and ASHTON walks to spot 0.790 162 129 in zone 4 and ASHTON does it while run_super_speed_loop then NOAH is falling animation

It works but Ashton arrives too quickly, I want Noah to fall when Ashton pass next to him. I tried to use times and all but still not working :sweat_smile:

&NOAH walks to spot 0.790 284 138 in zone 4 in 2 and NOAH does it while run_athletic_football_neutral_loop and
@ASHTON walks to spot 0.790 284 138 in zone 4 in 2 and ASHTON does it while run_super_speed_loop then NOAH is falling animation and ASHTON walks to spot 0.790 162 129 in zone 4 in 2 and ASHTON does it while run_super_speed_loop

Like this?

1 Like

It’s working thank you :smiley:

2 Likes