Search the Community
Showing results for tags 'derez'.
-
I can rez things but then I can't take them or delete them. In one instance an object that is no copy or modify I can see it it is still on the parcel but it is also in my lost and found folder after I got an error that could not be derezed. It is also taking a long time to rez my avatar. Can't take anything back right now. It is very frustrating. Please help!
-
ok so trying to make it so that when you rez a product it check to make sure your wearing a Certain Group. but because this isnt llrezobject but working with on_rez and not attaching i dont know how to have it check the group properly so that if your wearing the wrong group it deletes its self from where you rezzed it. here is what i got or have attempted. integer groupSame; string My_Group = " uuid here "; // change the UUID to your Group UUID GroupCheck() { list details = llGetObjectDetails(llGetKey(), ([OBJECT_GROUP]) ); string myGroup = llList2String(details, 0); if( my