Thread: Exists+yell
View Single Post
05-18-17, 09:05 AM   #7
ctepik
A Murloc Raider
Join Date: May 2017
Posts: 6
Originally Posted by SDPhantom View Post
UnitExists("target") should work fine.
I checked it again and it will start working
/run if UnitExists("target") then SendChatMessage("TARGET!","YELL") else SendChatMessage("no target","YELL") end
  Reply With Quote