I am trying to create a whisper mouse-over macro fro AV. I have a macro that works within my server but when i get in a AV game it doesn’t work cross realm. Here tha macro that I am using.
/script if UnitName(“target”) then SendChatMessage(“Text” ,“WHISPER” ,nil ,UnitName(“target”)) end
But this macro only works within my server but not cross realm when i actually need it while in AV.
If any anyone with experience in scripting that could help, it be appreciated.