wattbatt Posted April 15, 2022 Share Posted April 15, 2022 I am creating some custom dialogues and I'd like them to be available only after certain quests are completed. In the dialog topics there is the conditions section where i can toy with this; for example if i want the dialogue to be only for Aela i can put: Subject.GetIsID(AelaTheHuntress "Aela the Huntress" [NPC_:0001A696]) = 1.000000 I wonder if you guys know what's the condition to see if a quest has been completed? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted April 15, 2022 Share Posted April 15, 2022 There is GetStageDone. You could use that to see if a given quest has reached a specific stage, including the completion stage.There is GetQuestCompleted. This does exactly what it says on the tin.There is GetQuestRunning. And should either of the other two not catch quests that have been stopped on purpose without fully completing, this could be used to see if the quest is no longer running. FYI - For a list of available condition functions, see here. Link to comment Share on other sites More sharing options...
Recommended Posts