View Single Post
01-22-11, 08:01 AM   #3
Mimfoe
A Defias Bandit
Join Date: Jan 2011
Posts: 3
Originally Posted by Xrystal View Post
Looking up SendChatMessage on wowpedia showed this link : http://www.wowpedia.org/API_SendChatMessage

Code:
/script SendChatMessage("Hello Bob!", "WHISPER", "Common", "Bob");
Simply changing WHISPER to GUILD should work fine.
Yea i looked it up aswell, but i can't seem to work that into my script :/, like it will just link the whole script into the guild chat, instead of actually making the numbers into guild chat.
  Reply With Quote