Jump to content

Rififi

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

1 Neutral

Recent Profile Visitors

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

  1. Yeah, I'll give the transparent enclosure a try when I figure out how. Thanks for the help, people!
  2. Yep, that's the problem. Thanks. I don't know what to do about it, however, as the obscuring element is something I always wear (my hair), which is not modifiable. I guess the best I can do is chalk this up as a learning experience.
  3. I see I could have been clearer in my initial post. Clothing might imply rigged mesh, but the object containing this script is a bracelet composed of prims. default { touch_start(integer num_detected) { string toucher = llGetDisplayName(llDetectedKey(0)); llSay(0, toucher + " clicked on the bracelet."); llSay(0, "Actual message edited to protect the guilty"); } } As I said, it works fine when it's not being worn. Not a lot that could go wrong.
  4. I have an article of clothing with a very simple touch_start script that prints a message to local chat when someone clicks on it. It works fine when rezzed by itself, but when worn, it does nothing. I'm a novice when it comes to LSL, so use small words, please. :)
×
×
  • Create New...