ExpressTicket Posted July 30, 2017 Posted July 30, 2017 In other words, if a certain NPC is essential during a quest, and you use setessential, when that quest ends will the NPC still be set as essential? I noticed that setessential <id> 0 did not work on an NPC which I then realized was because he would be required in a later quest. So I am not sure if the situation I mentioned above would also result in the "quest status" taking precedence over the console command. Thanks for the help!
Gorsha Posted July 30, 2017 Posted July 30, 2017 Setessential on a RefID will not work. you need to do that on the BaseID Example; RefID Lydia = 000a2c94, BaseID = 000a2c8e
ExpressTicket Posted July 30, 2017 Author Posted July 30, 2017 (edited) That was not the question. I know it is used on baseid, where in my original post did it say otherwise? I may have accidentally used refid without knowing on the example I provided, but I would still like to know the answer to my actual question, not something I am already aware of. Edited July 30, 2017 by ExpressTicket
Recommended Posts