/run local t={["Celestial :"]=33117,["Ordos :"]=33118}; for k,v in pairs(t) do local a = IsQuestFlaggedCompleted(v) and "Completed" or "Not yet"; print(k, a) end