Quest Reset
marcatron
Member Posts: 1
Hey I am wanting to reset the NPC character quest for Anomen. I didn't save it before hand stupidly... My mouse is super sensitive and I selected the response for him to go the "evil" route while mousing over the options. I am using all good characters in my party this play through and I don't want them to get pissed at the reputation loss, nor offend my own pride is there a way to reset the specific quest using the console commands?
0
Comments
C:SetGlobal("AnomenDecide","GLOBAL",1)
and
C:SetGlobal("KillSaerk","GLOBAL",0)
should do it.
Otherwise if you want to set it so that you are choosing the justice route instead you can try
C: SetGlobal("AnomenDecide","GLOBAL",3)
and
C:SetGlobal("KillSaerk","GLOBAL",0)