Jump to content

KT Kingsley

Resident
  • Posts

    1,071
  • Joined

  • Last visited

Reputation

975 Excellent

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks. Not either of the first two, but Edge worked fine where Chrome failed.
  2. Trying to download the latest Firestorm I'm finding access to the Firestorm website is blocked by this: www.firestormviewer.org Checking if the site connection is secure Verify you are human www.firestormviewer.org needs to review the security of your connection before proceeding. Checking the verify checkbox appears to reload this same page. Any suggestions as to what's happening here?
  3. I have a vague memory of something called "Key Experience", which is, I think, an estate level setting that requires visitors to a region to belong to a particular experience or be denied entry. I've not used it myself.
  4. It's in the most indented items under the "buttons limits" heading:
  5. The LSL wiki page for llDialog includes a code snippet that'll trim strings including multi-byte characters to 24 bytes.
  6. Also, you could use the changed event and CHANGED_TEXTURE to trigger the report.
  7. Any code in the attach event that isn't executed before being derezzed gets executed when the object is next rezzed, and before the attach event is is triggered for the reattachment.
  8. For what it's worth, the braces issue has been fixed in the latest Friestorm.
  9. I think auto-unindentation stops working following a line of text that wraps-around.
  10. In the Firestorm viewer (I don't know about others) there's a Copy Keys button near the bottom of the General tab of the build window which seems to work even for other people's no modify objects.
  11. I think the RLV command @attachover will work here.
  12. Also, Ctrl+click for adding or removing single items (which includes whole folders and their sub-folder) to or from a selection.
  13. You could try "preloading" the images by placing them on some object faces in the vicinity of the main display, so that they're already loaded into viewer cache before they're projected, and you could try setting the transparency of those faces to 100%, or colouring them black, so that they're not too intrusive.
  14. The script function to deliver a text box to an avatar (any avatar in the same region) will work from any rezzed object, whether it's rezzed on the ground or attached to an avatar (either the avatar being targeted or by a completely different one – even an avatar completely unaware of it's presence). It could be triggered by almost any event (a sensor response, a collision, an avatar attaching the object containing the script; there are many other possibilities). For more detail see the LSL wiki for llTextBox here: https://wiki.secondlife.com/wiki/LlTextBox
×
×
  • Create New...