Difference between revisions of "Chat notify"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(new function in 9043)
 
(No difference)

Latest revision as of 08:24, 15 February 2011

needs(code_samples);

Function Syntax

void chat_notify(string message ,string color )

  • message is the message you want to see in your chat.
  • color is the color in which you want the message to be displayed.

This function allows mafia to send notifications to chat.

See Also

chat_private() | print() | logprint()