ProudDesk Posted May 7, 2021 Share Posted May 7, 2021 i'm really new to skyrim modding and I wonder if there is a way to detect when ANY actor dies. I know you can attach a script to an actor or object and then it will run when something happens to that, but I want to be able to for example go into riverwood and kill anyone and then a script will run. Is that possible and if so how would I do that? Link to comment Share on other sites More sharing options...
xkkmEl Posted May 7, 2021 Share Posted May 7, 2021 You might put a magic effect on actors that are likely to die, with a condition that checks whether it is dead or not. You could use a cloak spell to place this magic effect on nearby actors, using the technique described here: https://www.creationkit.com/index.php?title=Dynamically_Attaching_Scripts I am sure there are other, more efficient ways to go about it... Link to comment Share on other sites More sharing options...
Recommended Posts