Returns the quest log index of a timed quest's timer
See also Quest functions.
Signature:
questIndex
=
GetQuestIndexForTimer(index)
Arguments:
index
- Index of a timer (in the list returned byGetQuestTimers()
) (number
)
Returns:
questIndex
- Index of the quest in the quest log (between 1 andGetNumQuestLogEntries()
) (number
)