View Single Post
07-09-18, 07:06 PM   #2
dssd
A Fallenroot Satyr
Join Date: May 2016
Posts: 25
I think you'd be interested in the GetQuestObjectiveInfo function.

local objectiveText, objectiveType, finished, numFulfilled, numRequired = GetQuestObjectiveInfo(questID, objectiveIndex)

return numFulfilled .. "/" .. numRequired
  Reply With Quote