I’m playing wow classic.
I’ve been using a simple macro that cancels shapeshift form before casting innervate on target. Decided to try and add a target whisper component to it and looked it up online (it’s way more complicated than I thought it would be).
When trying to use it I get a game warning telling me I’m attempting to run a custom script that can cause me to lose items and gold. Umm, I said I don’t want to run it to be safe. Not sure what’s going on.
So now my macro looks like this:
#showtooltip
/cancelform
/cast innervate
/script if UnitName(“target”) then SendChatMessage(“INNERVATE cast on you!” ,“WHISPER” ,nil ,UnitName(“target”)) end