Difference between revisions of "Chat clan"

From Kolmafia
Jump to navigation Jump to search
(Create page)
 
Line 25: Line 25:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
chat_clan("I just sent zarqon all my bat items. I recommend you do the same!");
 
chat_clan("I just sent zarqon all my bat items. I recommend you do the same!");
}
 
 
</syntaxhighlight>
 
</syntaxhighlight>
 
}}|
 
}}|

Revision as of 15:14, 25 March 2010

Function Syntax

void chat_clan(string message )

  • message is the message you want posted in clan chat.

This function allows you to post messages in your clan chat channel.

Code Samples

This message will be posted in your clan chat.

chat_clan("I just sent zarqon all my bat items. I recommend you do the same!");

See Also

chat_private()