Thread: Exists+yell
View Single Post
05-18-17, 01:49 AM   #1
ctepik
A Murloc Raider
Join Date: May 2017
Posts: 6
Exists+yell

Hi, help please, me need send text if i have target and send different text if i no have target.
I think some like this
/run if IsExists() then SendChatMessage("mod", "yell") else SendChatMessage("nomod", "yell"); end;
or
/yell [exists] text
but this dont work
  Reply With Quote