user_mobilelogo

RSS SL

Second Life Community - All Activity
  1. That's new!
  2. I believe what you're looking for is a simple communication script between an object and a specific person. Try this: // Script that PUBLICLY displays restricted person's name + message // Does nothing for others key restrictedUser = "a1234567-89ab-cdef-0123-456789abcdef"; // REPLACE with UUID default { touch_start(integer total_number) { key toucherKey = llDetectedKey(0); string toucherName = llDetectedName(0); if (toucherKey == restrictedUser) { llSay(0, "[SYSTEM] " + toucherName + ", access denied! You are not authorized to use this object."); } // Otherwise, do nothing (no private messages either) } } for public shaming ,.,, hmmm , carefully let this puppy out... // === Restricted User Shaming Script (English) === // - Silent for normal users // - Public alert + private warning ONLY for the restricted person key restrictedUser = "a1234567-89ab-cdef-0123-456789abcdef"; // REPLACE with UUID default { touch_start(integer total_number) { key toucherUUID = llDetectedKey(0); string toucherName = llDetectedName(0); // Check if the toucher is the restricted person if (toucherUUID == restrictedUser) { // PUBLIC SHAME (Name + Location) vector objectPos = llGetPos(); llSay(0, "[SECURITY ALERT] " + toucherName + " tried to use this object at <" + (string)((integer)objectPos.x) + ", " + (string)((integer)objectPos.y) + ", " + (string)((integer)objectPos.z) + ">!"); // PRIVATE WARNING (Only they see this) llInstantMessage(toucherUUID, "WARNING: You are not allowed to interact with this object. Further attempts may result in a ban."); } // Everyone else: NO RESPONSE (silent) } } tested on myself. maybe some more testing is needed,
  3. I am looking for a photographer to take family pictures. Please have a flickr or examples of your work I can see. If interested send me a notecard in-world that includes: - examples of your work - rates - your availability To - Jakobe Marques in-world I will not answer responses to this post in this forum. Thanks
  4. Granted that the features that have been added have not resulted in a draw or retention of users but maybe if they directly attacked those areas where people have voiced concerns about the steep learning curve in SL it probably would have helped....a lot. That has not been a focus for the Lindens as instead they focus on increasing the learning curve. So you think it's better for SL to pretend it is a monopoly and there is no other platform that can equal it? I can't see that as a good thing as the way I see the last 15 years at least, they have been doing that already and it hasn't resulted in any growth. Maybe they should act like they have some competition for some things to improve.
  5. My grandma told me hoars wear rouge. My mom had rouge but never wore it. It was still in used condition, though. So, she was either wearing it secretly, or my dad was. We didn't have SL back then, so yeah. I kinda hope it's men playing men, because if it's women playing men, the I'm sooo cornfuzed.