Hello,
I would like to know if it's possible to get th key of an object in the world that does not belong to me?
If yes, how can I do?
Thank you
Stone
These forums are CLOSED. Please visit the new forums HERE
Get the Key of an object |
|
|
Stone Juran
Registered User
Join date: 21 Mar 2007
Posts: 28
|
03-23-2007 01:07
Hello,
I would like to know if it's possible to get th key of an object in the world that does not belong to me? If yes, how can I do? Thank you Stone |
|
AJ DaSilva
woz ere
Join date: 15 Jun 2005
Posts: 1,993
|
03-23-2007 01:38
llDetectedKey do what you want?
|
|
Stone Juran
Registered User
Join date: 21 Mar 2007
Posts: 28
|
03-23-2007 02:54
Thank you AJ
I would like to write a script that, when I walk in the world, when a see an object for the first time for example (so I'm not its owner), I can do something to get its Key. I don't see how I can do this with llDetectKey Do you have an example? |
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
03-23-2007 03:21
Thank you AJ I would like to write a script that, when I walk in the world, when a see an object for the first time for example (so I'm not its owner), I can do something to get its Key. I don't see how I can do this with llDetectKey Do you have an example? AJ's answer is correct although it begs the question, why do you want its key? what use is it to you? |
|
Stone Juran
Registered User
Join date: 21 Mar 2007
Posts: 28
|
03-23-2007 08:00
Okay, I saw in what cases the detection was possible, so I could catch the key with llDetectKey
Thanks a lot AJ DaSilva and Newgate Ludd! |