Thread: Dungeon IDs
View Single Post
04-19-16, 03:01 PM   #10
suipsyco
A Deviate Faerie Dragon
Join Date: Apr 2016
Posts: 13
Vrul, that last macro you posted does exactly what my guildy wanted! Thanks! I hate to bother you again, but I want to add color to the completed and not completed lines.
I have this macro:
Code:
/run for i=1,GetNumSavedInstances() do local n,_,_,d,l = GetSavedInstanceInfo(i) if d==23 then print(n,l and "Completed" or "\124cffff0000Not Completed") end end
Which add the color in fine, but when I try to add color to your macro, I can only get the red "Not Complete" working, any ideas?
  Reply With Quote