Selecting Quest Entries from Quest to display in tracker
Posted: Sun Feb 12, 2023 3:13 pm
Hi Tony,
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.
I'd like to have only one of the entry (the variable nbOfLetters ) shown in the tracker.
Right now, all entries are displayed in the tracker when I update the entries to be visible in the quest log panel description.
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.