Thread: AddMessage
View Single Post
08-09-10, 11:37 AM   #1
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view addons
Join Date: May 2010
Posts: 127
Post AddMessage

hi all. i wanted to ask if there is some other way to use DEFAULT_CHAT_FRAME:AddMessage.

i know

Code:
DEFAULT_CHAT_FRAME:AddMessage(wname.." pinged by: |cffFF0000" .. ping_name .. "|r")

and will say it in the main chat window

i then found print and made it shorter in words hehe. but did the same

print(wname.." pinged by: |cffFF0000" .. ping_name .. "|r")


but can i send it to say combat channel. or minimap.

so it gets me thinknig maybe there are other
calls. like
DEFAULT_CHAT_FRAME
that i could use.


thanks for your time
  Reply With Quote