Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Rezz and DeRezz

Silverdown Seetan
Registered User
Join date: 22 Aug 2008
Posts: 18
09-27-2008 07:26
I was wondering I seen a few objects do this.

I want to make a item rezz, but then have it derezz back into the box, I comprehend most of the scripting capabilities, but this one has got me stumped. Does anyone know how or what i am talking about?
AnnMarie Otoole
Addicted scripter
Join date: 6 Jan 2007
Posts: 162
09-27-2008 10:58
No, you cannot put an item back in inventory using a script. All you can do is kill them with llDie() so you have to use COPYABLE objects that you can rez fresh when needed.

You may be able to have the object give itself to someone, I've not tested that, but there is no "UnRez".
Silverdown Seetan
Registered User
Join date: 22 Aug 2008
Posts: 18
09-27-2008 21:12
Well thanks for that tip, greatly appreciated!