Chat clan: Difference between revisions
Jump to navigation
Jump to search
imported>Bale r8932 adds chat_macro |
imported>Lostcalpolydude No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 24: | Line 24: | ||
parameter2={{Param|string|channel}}| | parameter2={{Param|string|channel}}| | ||
p1desc={{pspan|message}} is the message you want posted in clan chat.| | p1desc={{pspan|message}} is the message you want posted in clan chat.| | ||
p2desc={{pspan|channel}} is the channel you want to post in. This should be one of "clan", "hobopolis" or " | p2desc={{pspan|channel}} is the channel you want to post in. This should be one of "clan", "hobopolis", "slimetube", "dread", or "hauntedhouse".| | ||
}}| | }}| | ||
Line 40: | Line 40: | ||
see_also={{SeeAlso|chat_private|chat_macro}}| | see_also={{SeeAlso|chat_private|chat_macro}}| | ||
}} | }} | ||
[[Category:Miscellaneous Functions]] |
Latest revision as of 21:48, 23 October 2016
Function Syntax
void chat_clan(string message )
void chat_clan(string message ,string channel )
- message is the message you want posted in clan chat.
- channel is the channel you want to post in. This should be one of "clan", "hobopolis", "slimetube", "dread", or "hauntedhouse".
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!");