|
Pompo Bombacci
Some designer :)
Join date: 25 Jul 2006
Posts: 69
|
09-23-2007 09:54
I have a stop watch then once rezzed I wanna the owner only to be able to use it.... Is there a way to add a script to the object? Have any?  TY!
|
|
Monica Balut
Beam-Me
Join date: 18 Feb 2007
Posts: 311
|
09-23-2007 10:57
Assuming you "use" it by touching it, you could do something like: if (llDetectedKey(0) == llGetOwner()) in the touch event.
|