I’ve run into another problem: When attempting to apply the DamageSystem event, the damage works, but, for some reason, it seems to override both my hit and death animations. Have you run into something like this before?
Update: I managed to get my animations back for the hit and death by putting in a call to the UpdateAnimation function after setting the state and the disable input, respectively.