WoW API: BNSetCustomMessage
Jump to navigation
Jump to search
← WoW API < BNSetCustomMessage
Sends a broadcast message to your Real ID friends.
BNSetCustomMessage("text")
Arguments
- text
- String - message to be broadcasted.
Example
/run BNSetCustomMessage("Hello friends!")
Result
- Your broadcast has been sent.
Details
- This will fire the CHAT_MSG_BN_INLINE_TOAST_BROADCAST_INFORM event.
- Maximum message length is 127 chars.
- /run BNSetCustomMessage("") will reset your broadcast message.