-
Posted by chelkuhz on Fri, 09 Mar 2012 06:08:44
Ok so I wanted to make an add-on that announces what you say in Whisper. Example:
-[whisperfromplayer]: hey there
-Copying what [whisperfromplayer] said in [whisper] to [Trade]
-2. [myname][trade]: hey there
Is it possible? If it is can you help me do it please? Thanks
-Chelk
-
Posted by acidweb on Fri, 09 Mar 2012 06:56:25
Read incoming whisper from: http://wowprogramming.com/docs/events/CHATMSGWHISPER
And send it to other channel using: http://wowprogramming.com/docs/api/SendChatMessage
-
Posted by chelkuhz on Fri, 09 Mar 2012 07:03:22
Thanks, but i've never made an add-on before :3 I'm sure I can figure it out, but can you help me out abit?