Jump to content

ObviousAltIsObvious

Resident
  • Posts

    762
  • Joined

  • Last visited

Everything posted by ObviousAltIsObvious

  1. I think you can pull the parts you need out of this example. http://www.heatonresearch.com/content/ferris-wheels-second-life
  2. Dead as a doornail, it won't let anybody log in. The front page, not logged in, is still working. The last feed message that made it out alive was 13 hours ago. It's amazing how Linden Lab leaves that web site be broken so often. That's one they should treat as critical, seeing how important profiles are to the whole SL experience.
  3. The site has been returning error 500 for logged in users for the last several hours. There is nothing on the status blog about the problem, but it's really broken and not just you.
  4. default{ attach(key id) { if (id) llRequestPermissions(llGetOwner(), PERMISSION_ATTACH); } run_time_permissions(integer p) { if (p & PERMISSION_ATTACH) llSetTimerEvent(2.); } timer() { // You could make this more rigid, perhaps llDie() // if llGetOwner() does not match llGetCreator(). // If you use llAttachToAvatarTemp, it won't be possible // to drop it anyway. if (!llGetAttached()) return; if (!(llGetAgentInfo(llGetOwner()) & AGENT_SITTING)) llDetachFromAvatar(); }}
  5. Really good hasn't been done to death for any kind of clothes. Sloppy and half finished, that's been done to death all around.
  6. It's not the single username. It's the users. There were atrocious names full of digits when Linden Lab forced us to pick from a list of lousy last names, and there are atrocious names full of digits when we get the freedom to have any name imaginable.
×
×
  • Create New...