Thread Tools Display Modes
03/01/20, 03:08 PM   #1
Grumpy132
Join Date: Feb 2020
Posts: 1
See if quest is ready for turn in

Hi, I want to detect if a quest in the journal is ready for turn in. how can i accomplish this?

I have tried using "GetJournalQuestInfo(index)" and check if currentStepType == QUEST_STEP_TYPE_END, but for some quests it seems like the currentStepType variable is QUEST_STEP_TYPE_OR just before the turn in.

do I need to check something else, do both of them mean the quest is over, does this even have anything to do with this?

for now I am comparing the current questText with the text of the last step of the quest, if available. And that seems to work so far but it would be nice not having to rely on comparing strings if there is a better way.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » See if quest is ready for turn in

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off