Sends a broadcast message to your Real ID friends.
BNSetCustomMessage("text")
Arguments
Edit
- text
- String - message to be broadcasted.
Example
Edit
/run BNSetCustomMessage("Hello friends!")
Result
Edit
- Your broadcast has been sent.
Details
Edit
- 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.
Community content is available under CC-BY-SA
unless otherwise noted.