/hug :D
Printable View
awesome, thanks a lot ;)
tagging for later
I use
Works for quests, AV's, group invites, resurrect from the spirit, release in AV, etc ... which is bound on all toons to the same button.Code:/click StaticPopup1Button1
From the magic "what-the-hell-does-this-mod-call-this-button" script
The teleport one was on the EU UI boards.Code:/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end