Hi. I managed to do some fixes on both ends. 1. Since it was just an experimentation of an npc that wanted to overthrow the jarl, I duplicated and deleted the jarl´s chair, then pasted the duplicate and re programmed the jarl with the same behaviour but with the new chair. I just wanted to mess around with things to see if it could be done.This method is obviously NOT going to work for a mod that must go seamlessly with the game and it was just a way to mess with everything as a noob. 2. For the spell I made some papyrus scripting. The thing is, I sometimes like to go in game, setav my health to huge amounts and feel godlike. I wanted an npc that would increase weapon damage gradually on some conditionals and I was able to do so by programmming an onhit event, and character.modav("attackdamagemult", 2). Made the npc essential and every time the npc "died" she would top herself, duplicate health (with setav and global variables), and duplicate attack damage as well. The only problem is that with very huge numbers, the weapon blows displace the target too much and blow them off the map, so this cant get too big, so at the same time, it lowers the targets health by some factor. It worked amazingly well, and now I have an npc that can kill cheating players :D The only problem I have now is that I cant replicate the same behavior with destruction spells, it seems to be capped to a point. I am thinking in doing a script to the spell to modav the target health by a straight percentage. Ill report on that. Thanks for your help.