Uploaded image for project: 'Snowstorm'
  1. Snowstorm
  2. STORM-846

llDialog user button with text "Ignore" is treated like client "Ignore" button and is dropped when clicked.

    XMLWordPrintableJSON

Details

    • Defect
    • Status: Closed
    • Minor
    • Resolution: Not Applicable
    • None
    • Sprint 19
    • .

    Description

      If you create a button yourself with the name "Ignore" (case sensitive) there is also no chat generated as a result of pressing this button.

      Reported via an edit to the LSL documentation.

      default
      {
          state_entry()
          {
              llListen(-1,"","","");
          }
          listen(integer a, string b, key c, string d)
          {
              llSay(0, d);
          }
          touch_start(integer c)
          {
              llDialog( llDetectedKey(0), "There is also no chat generated as a result of pressing this button.",
                  ["Ignore","Ignore","Ignore","Ignore"], -1);
          }
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            strife.onizuka Strife Onizuka
            jira-users
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 20 minutes
                20m