Method PlayerBotAI:SayToChannel [-] [+]

Makes the bot talk in the given global channel.

enum ChatChannelId
{
    GENERAL           = 1,
    TRADE             = 2,
    LOCAL_DEFENSE     = 22,
    GUILD_RECRUITMENT = 25,
    LOOKING_FOR_GROUP = 26,
    WORLD_DEFENSE     = 23
};

Synopsis

sent = PlayerBotAI:SayToChannel( text, channelId )

Arguments

string text
See method description.
number channelId

Valid numbers: integers from 0 to 4,294,967,295.

Returns

boolean sent
See method description.