Neverworld Grid

You are not logged in. Would you like to login or register?



6/10/2019 6:25 pm  #1


Rez out the contents of a box in a huge pile

Drop this onto a box full of stuff and it will all be rezzed out on top of the box. Yes, it makes a mess but it's a lot easier than opening the box into inventory then manually rezzing out every single object

integer i;
default
{
    state_entry()
    {
        llSetClickAction(CLICK_ACTION_TOUCH);
        llSetRot(ZERO_ROTATION);
        for (i=0; i<llGetInventoryNumber(INVENTORY_OBJECT); i++)
        {
        llRezAtRoot(llGetInventoryName(INVENTORY_OBJECT,i), llGetPos(), ZERO_VECTOR, ZERO_ROTATION,0);    
        }

        llOwnerSay("I'm dead, Jim!");
        llDie();
    }


}

 

8/25/2020 1:20 am  #2


Re: Rez out the contents of a box in a huge pile

Hello there and congrats on stepping out into the open, hope you enjoy yourself here as much as i have.
You may have seen this comeing but... cake?

 

3/10/2024 12:29 pm  #4


Re: Rez out the contents of a box in a huge pile

Clearing out the loft I came across a box of plastic shell casings USA style. The box is 30cm x 40cm x 50cm and full. £25 including postage to anyone that wants them.

 

Board footera

 

Powered by Boardhost. Create a Free Forum