I'm currently working on a mod that allows you to rent enchantments rather than buy them and when you don't return them, the person that rented the item out to you will send people to retrieve it. I would like for the player to be able to kill them off if they don't want to return the item, after which the owner would send a new gang, stronger and better equipped until the item is retrieved. To this end I would have to generate new NPC's everytime they get killed but I don't think it's even possible because as far as I understand it, anything you place in the world thru scripting already needs to exist otherwise it can't be referenced.
The basic need I would have I guess is the ability to duplicate an NPC, change their name and maybe their hair as well as their stats. I know stats are no problem, but their name and appearance are a problem I tink?
Is it really impossible or did I miss something vital? This is my first mod so I'm still lacking in experience, if anyone could tell me wether it can be done and if so, point me in the right direction I'd be very grateful.