Hello, ive got another Quesition:
if I create an Entity, i can damage them by Punch them and if the life drops under 0 they die, but is there a way to actually react on a dead Entity? like a OnDestroy Function? I didnt found any in the modding ressources.
With OnPunch and a check if the life is below 1 i dont get any results, seems like the damage gets calculated after the OnPunch function?