culinwino3000 Posted June 16, 2013 Share Posted June 16, 2013 I'm making a quest for a mod, and I would like to know how to make a quest fail on the death of an NPC, or any other condition. I know enough about the GECK to be comfortable with it, but I don't know how I would make a quest fail condition. Would it be through a script by making it fail as a result of GetDead? Link to comment Share on other sites More sharing options...
luthienanarion Posted June 16, 2013 Share Posted June 16, 2013 Create and extra stage for your quest and check the Fail Quest box. In a script that checks for the failure condition (such as GetDead on an important actor) call SetStage on the quest to the failure stage you created. Link to comment Share on other sites More sharing options...
Recommended Posts