I am sharing this macro I created for when I play Multibox and need to clean all windows and to make sure no character has any target or focus etc. It is nice to have for playing solo as well. I just keybinded “P” to the macro for use.
Clear Screen Macro:
/run CloseAllWindows()
/clearfocus
/cleartarget [@player]
Check if you have done the Lab weekly quest in Nazjatar:
/run if IsQuestFlaggedCompleted(57086) then print(IsQuestFlaggedCompleted(55121) and “Mardivas: \124cffff0000Done” or “Mardiva: \124cff00ff00Available”) else print “Mardivas: \124cffff0000Not opened” end