How to exit with animation and timing?

dumb question, i know, but how do i make a character exit while running while it’s timed?

i tried to use
@CHAR exits left and CHAR does it while run_athletic_neutral_loop in 0.8
but ofc it isn’t working.
does anyone know how to do it??

Since you want it timed, try just having the character run to a spot off screen. You can not put the time with the animation.

@CHARACTER walks to spot 1.280 500 100 in 0.8 and CHARACTER does it while run_athletic

1 Like

thank you! :grin:

@CHARACTER exits left in 0.8 and CHARACTER does it while run_athletic_neutral_loop

5 Likes