Grants a character ability to speak in a moderated chat channel
See also Channel functions.
Signature:
ChannelMute("channelName",
"name")
or
ChannelMute(channelId,
"name")
Arguments:
channelName
- Name of a channel (string
)channelId
- Index of a channel (number
)name
- Name of a character to mute (string
)