Thread: Exists+yell
View Single Post
05-18-17, 07:21 AM   #3
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Code:
#showtooltip
/run if SecureCmdOptionParse("[@target]") then SendChatMessage("TARGET!","YELL") else SendChatMessage("no target","YELL") end
/use [@target] spell1; spell2
  Reply With Quote