User:Anylyn Hax

From Second Life Wiki
Revision as of 22:43, 1 August 2007 by Anylyn Hax (talk | contribs)
Jump to navigation Jump to search

Anylyn Hax, 500 L$ / 30 min


woaw, cool I have my own page!!!

Hi My name is Anylyn, you can call me Any, and I am born on 2/1/2007, and studied Undressing and Escorting in Jungreung. My brain is 19 years old. My gender: FEMALE. IM me if you are older the 18 years and your wife knows about it.

For those avatars who need to use another walking animation, other then the one supplied by LL here is a small goodie.

// I like to use Antoinette Lioncourt's sexywalk
// UUID:51e4d6c1-0bf0-f7b9-2cc7-8d7b46baf35b
// place this script in one of your shoes together with the sexywalk
default
{
    state_entry()
    {
        llRequestPermissions(llGetOwner(),PERMISSION_TRIGGER_ANIMATION );
    }

    run_time_permissions(integer perm)
    {
        if(PERMISSION_TRIGGER_ANIMATION & perm)
        {
            llSetTimerEvent(.1);
        }
    }
    timer()
    {
        vector vel = llGetVel();
            if( llFabs(vel.x) > 0.1)llStartAnimation("sexywalk");
            if( llFabs(vel.x)<= 0.1)llStopAnimation("sexywalk");
    }   
}


Anylyn Hax 21:43, 1 June 2007 (PDT)

View the issues Anylyn Hax has filed at jira.secondlife.com