DevPortal

SB_NOTICE_SEND not working with attachments

Home Forums Developing with SmartBots In-world (LSL) and AdminBot library SB_NOTICE_SEND not working with attachments

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #475
    williamzeta
    Participant

    Using the following code (XXX so i don’t put a UUDI here):

    key LM = “XXX”;

    llMessageLinked(LINK_SET,SB_NOTICE_SEND,
    “Test Subject\n”+
    “Test Body\n”+ // notice +
    “Test Body Continuation.”,
    LM); // This is the attachment

    The LM is set to the UUID of a landmark in the bot. The landmark is full permissions for the bot and next owner.

    The bot successfully connects. The notices without the landmark is sent.

    I don’t get any return code defined in the Adminbot code. But after capturing all the linked messages, it is sending a link_message with the cmd of 180208. There is no constant in the code with the number, so unsure what it is trying to tell me. I will keep hunting around.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.