Jump to content

BigThickNick

Resident
  • Posts

    10
  • Joined

  • Last visited

Posts posted by BigThickNick

  1. list invlist;

    integer tottrack;

    integer i;

    integer play = TRUE;

    sound()

    {        

    llSetTimerEvent(9.0);        

    tottrack = llGetInventoryNumber(INVENTORY_SOUND);        

    float length = tottrack*9.0;        

    llSay(0, (string)length);        

    llPreloadSound(llGetInventoryName(INVENTORY_SOUND, 0));        

    i=0; }

    default

    {    

    state_entry()    

    {        

    if (play) {             

    sound();        

    } else {            

    llSetTimerEvent(0.0);        

    }                

    play = !play;    

    }        

    timer()    

    {        

    llTriggerSound(llGetInventoryName(INVENTORY_SOUND, i), 1);        

    i++;        

    if(i+1 < tottrack )        

    {            

    llPreloadSound(llGetInventoryName(INVENTORY_SOUND, i+1));                    

    }        

    if(i == tottrack )        

    {            

    llResetScript();        

    }    

    }

    }

    I keep getting text spammed after the sounds get reset

  2. make it so that I'm able to put my parcel back into my name after it is group owned? No one is left in the group except me. When I set it for sale back to myself it'll jump me up into the next land tier. How would I buy my parcel back without going into the next land tier?

  3. I would like to see a study on why "females" here want to appear to be overweight. My guess it's a fashion trend. Much like the sad face squinty eyed alien look. It's not uncommon in a crowd to see "females" that nearly have the same appearance. Some take it to disproportionate levels. Years ago they worried about if what they wore made their backsides look to big. Now it's how big can I make my backside. Maybe a fashion expert could shed some light on why that look has become popular with the "female" crowd.

×
×
  • Create New...