Any way to kill NPCs without doing damage to them (i.e. not CTRL-Y)?
MikeyT
Member Posts: 9
My ice golem in Watcher's Keep is bugged so that he remains invincible even after I've nailed him with the poison gas, and I've done everything up to and including restarting from a save several hours prior. I want to kill this guy somehow, but barring that I'll have to figure some way to skip him.
0
Comments
C:SetGlobal("PoisonIce","AR3016",1)The first code makes the golem vulnerable to your attacks (as if you've flooded the room with poison gas) and the second code resets a variable that will trigger his death script once you've managed to bring him down to 1 HP.C:SetGlobal("KillIceGolem","AR3016",0)
Challenge accepted