View Single Post
11-17-14, 08:08 AM   #4
sptyi
A Murloc Raider
Join Date: Nov 2014
Posts: 6
This is what I have ended up with:

Code:
/use [@mouseover,dead]Raise Ally
/focus [@mouseover]
/run local c=IsInGroup(2) and "INSTANCE_CHAT" or IsInRaid() and "RAID" or IsInGroup(1) and "PARTY" if c then SendChatMessage("Brezzing %f",c) end
/clearfocus
  Reply With Quote