I'm thinking of adding some kind of timed Ability Spell to the target that does something clever attached to the OnDying event, but I'm a bit unclear on the "clever" bit. OnDying already has the killer identified. I assume that if the target is dying through fall damage, the killer is None. If I do Target.Kill(Player) in the onDying event, will that blame the player properly?