Selects a quest from the quest log. The selected quest is used by other functions which do not take a quest index as argument (e.g. GetQuestLogQuestText()
).
See also Quest functions.
Signature:
SelectQuestLogEntry(questIndex)
Arguments:
questIndex
- Index of a quest in the quest log (between 1 andGetNumQuestLogEntries()
) (number
)