WoW API: BNSetCustomMessage
← WoW API < BNSetCustomMessage
Sends a broadcast message to your Real ID friends.
BNSetCustomMessage("text")
ArgumentsEdit
- text
- String - message to be broadcasted.
ExampleEdit
/run BNSetCustomMessage("Hello friends!")
ResultEdit
- Your broadcast has been sent.
DetailsEdit
- 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.