Just to let you know, ATTAC_Message has been updated in beta 3 to have the following behavior...
ATTAC_Message(Message, Header, Forecolor, Backcolor, Color_Type)
The defaults for missing parameters are as follows:
Header -> "SCRIPT"
Forecolor -> "GREEN"
Backcolor -> "BLACK"
Color_Type -> "BOLD"
Possible values for Forecolor and Backcolor
"BLACK"
"RED"
"GREEN"
"YELLOW"
"BLUE"
"MAGENTA"
"CYAN"
"WHITE"
Possible values for Color_Type
"NORMAL"
"BOLD"
If the color combo or the color type is not from the list above, it'll just ignore you and use the default.
You can leave any of the new parameters out so long as you include everything up to where you left off. IE, ATTAC_Message(Message, Forecolor, Backcolor) is not valid because you left out the Header, but leaving off Color_Type is OK.
This will put the following in your message center...
[Header] Message
In the color combo Forecolor (Bold or Normal), Backcolor.
Again, this is for beta 3. I don't wanna hear that it doesn't work in beta 2.
That's it for now. Ta Ta!
-Peanut