View Single Post
07-22-18, 08:51 AM   #6
Voxxel
A Chromatic Dragonspawn
Join Date: Mar 2009
Posts: 193
Code:
/run print("Title Text"); local t={"1",33201,"2",33202,"3",33198,"4",33199,"5",33200,"6",33216,"7",33217}for i=1,#t-1,2 do print(t[i],IsQuestFlaggedCompleted(t[i+1])and "\124cff00ff00Completed" or "\124cffff0000Not completed")end
I mean how/where to place the title line text into the macro to avoid the duplication of "print" command. This maybe too basic for you, but I still don't get it.

Would you help me please?
  Reply With Quote