Yes
- You have a sequence
Then0
nextThen1
. - In
Then0
you set the booleanIsFoxAlive
? to true (its hardly readable so I’m going with that) - In
Then1
you try to pay an animation if theIsFoxAlive
is false. This is impossible as you’ve just set it to true. - Even if you fix that you’ll just destroy the actor as soon as you start the animation.