Thread: TriviaBot
View Single Post
Unread 09-24-11, 09:48 AM   #4
Aieny
Veiled Ripper
 
Aieny's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2011
Posts: 40
So far, an Addon cannot communicate to other players by any means (nor can they hear anything from any player channels). They can listen to Npcs, and there is an Event.Chat.Notify event that I'm not sure what it does, but the only output an Addon can do is either directly onto the UI or to your chat box.
__________________
Lua Code:
  1. local function signature()
  2.     print("Aieny Celenovia")
  3.     print("www.riftcrafter.com")
  4. end
Aieny is offline   Reply With Quote