Thread: Multi use macro
View Single Post
12-05-05, 04:07 PM   #2
TigerHeart
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 132
Try this

/script CastSpellByName("spell"); ct = SpellCanTargetUnit("target"); if (ct == 1) then SendChatMessage('your say message', 'Say'); else SpellStopTargeting(); end;
  Reply With Quote