Yes ![]()
- You have a sequence
Then0nextThen1. - In
Then0you set the booleanIsFoxAlive? to true (its hardly readable so I’m going with that) - In
Then1you try to pay an animation if theIsFoxAliveis 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.
