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