I was wondering if there is a simple way right now (without altering any methods, etc.) to display specific entries for a quest.
Right now, I do this:
The player has to find [x] letters. Each letter is an entry (subtasks).
Each letter will update the Quest by adding a new entry in the quest log panel description.
Code: Select all
QuestLog.SetQuestEntryState("questName", "questEntryState", "active");
Right now, all entries are displayed in the tracker when I update the entries to be visible in the quest log panel description.