Meknes Marlowe
Registered User
Join date: 25 Apr 2005
Posts: 14
|
05-02-2005 07:21
Hi all,
Is there any way I can derez an object after a given time dt? I guess I could give it a transparent texture after dt has elapsed, and set the object temporary-on-rez so that it'll derez 80 seconds after dt, but it seems a bit convoluted. Am I being dumb? Is there a function that does this.
Thanks,
Meknes
|
Michael Martinez
Don't poke me!
Join date: 28 Jul 2004
Posts: 515
|
05-02-2005 07:37
Yep, llSleep for the how many seconds, then use the llDie command to delete it...makes sure you got a copy it just goes away, does not go to trash..
|
Meknes Marlowe
Registered User
Join date: 25 Apr 2005
Posts: 14
|
05-02-2005 09:44
Thanks Michael!
|