Quest Progress Script Not Working?

Hi there,

I’m trying to use this guide to see what quests I have left to complete, which says I can use this command to see a list. However, it doesn’t work beyond just displaying the header. Anyone know why?

/run local p,t=print,{53041,47489,48419,49178,49226,49230,48421,48505}p("CASTAWAYS AND CUTOUTS")for i=1,#t do p(i,IsQuestFlaggedCompleted(t[i])and"\124cff00ff00Completed"or"\124cffff0000Not Completed")end

IsQuestFlaggedCompleted() is now C_QuestLog.IsQuestFlaggedCompleted()

/run local p,t=print,{53041,47489,48419,49178,49226,49230,48421,48505}p("CASTAWAYS AND CUTOUTS")for i=1,#t do p(i,C_QuestLog.IsQuestFlaggedCompleted(t[i])and"\124cff00ff00Completed"or"\124cffff0000Not Completed")end

Oh thanks. Will try it when servers are back up. Is there a way to show script errors in chat when something fails?

/console scriptErrors 1