Jump to content

l3al3e

Resident
  • Posts

    10
  • Joined

  • Last visited

Posts posted by l3al3e

  1. I've been typing /1hide It's not responding.

     

    default
    {
        state_entry()
        {
            key owner = llGetOwner();
            //llWhisper(0,"Cloaking ready");
            llListen(1,"",owner,"");
        }
       
        listen( integer channel, string name, key id, string message )
        {
            if( message == "/hide" )
            {
                llSetStatus(STATUS_PHANTOM, TRUE);
                //llWhisper(0,"hide");
                llSetAlpha(0,ALL_SIDES);
            }
            if( message == "/show" )
            {
                llSetStatus(STATUS_PHANTOM, FALSE);
                //llWhisper(0,"show");
                llSetAlpha(1,ALL_SIDES);
            }
        }
    }

  2. I was in the mood to work on my house and had a friend come over to help me when shorty there after the crap started to hit the fan. She told me that they used to log everyone out of Second Life completely to do whatever they do. Maybe they should even put a big yellow notice on the log in screen about what their doing and when they'll be done to. I got real life things done I needed to do, came back and all was well.

  3. I was watching myself blink today wearing prim lashes LOL So I thought would there be any way at all to make the eye lashes sync with the eye blinks. Looked odd seeing myself blink while the eye lashes didn't follow my eye blinking. I was thinking maybe prim lashes linked to scripted prim eyes balls that roll up and down but still that wouldn't stop your avatar from it's natural blinking state. Probably isn't a way to stop your avatar from blinking either. Or maybe they could simply make eye lids as a attachment point?

×
×
  • Create New...