Xartashah
English
| online |
Aerielle Kiyori
English
| offline |
Anomelli Mellow
English
| offline |
Glaznah Gassner
English, Russian
| offline |
Kaitlynn Rizzo
English
| offline |
Makaylah Wurgle
English
| offline |
NealB
English, Hindi
| offline |
Rehnaeaislinn
English
| offline |
Sammyredfire
English
| offline |
TwixiChardonnay
English
| offline |
show offline managers | |
English, Hindi, Russian |
Have a question? Ask at SmartBots DevPortal!
DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!
Sends out the group notice.
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description | |
---|---|---|---|
Syntax: | |||
llMessageLinked( LINK_SET, SB_NOTICE_SEND, string str, key id )
| |||
Input variables: | |||
str | yes | First line - notice subject
Rest of the string - notice text. | |
id | yes | Attachment inventory ID (optional) |
This command delivers the notice to the group, accompanied with optional attachment:
key inventoryID = "b38b71a1-60a6-b109-75f2-8a22f68e7851"; llMessageLinked(LINK_SET, SB_NOTICE_SEND, "This is a subject line" + "\n" + "This is a body,\nprobably multiline", inventoryID);
The notice attachment UUID can be copied from the bot's inventory in SmartBots account:
Please remember that notice subject is limited to latin letters and numbers only, and maximum length is 254 single-byte characters.
The notice text can contain international characters, the maximum length is 512 bytes. See Second Life wiki for details.
Your bot have to have both "Copy" and "Transfer" permissions to send out your attachments (the "next owner permissions" can be set to any value).
The inventory permissions can be verified and updated on Inventory page:
key inventoryID = "b38b71a1-60a6-b109-75f2-8a22f68e7851"; llMessageLinked(LINK_SET, SB_NOTICE_SEND, "This is a subject line" + "\n" + "This is a body,\nprobably multiline", inventoryID);