Skip to content

Quest Reset

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?

Comments

  • elminsterelminster Member, Developer Posts: 16,315
    edited January 2016
    If you want to reset the quest entirely then putting in

    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)

Sign In or Register to comment.