Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llDetectedDesc(0)

Pez Teevee
Registered User
Join date: 22 Oct 2003
Posts: 3
04-01-2006 11:21
llDetectedDesc(0) please
Leonard Churchill
Just a Horse
Join date: 19 Oct 2005
Posts: 59
04-01-2006 11:25
And this does...? A little more information is needed here if you are garnering support from the community.
Argent Stonecutter
Emergency Mustelid
Join date: 20 Sep 2005
Posts: 20,263
No!
04-01-2006 20:25
At least, "this is only a start". I assume you're trying to deal with this roblem (from the Wiki):
From: someone
Q: How do I get the description of another object?
A: You can't, unless the other object is set up in such a way that you can ask it using llSay().
There's lots of places where you need the description of an object and you can't sensor() it.

Either we also need things like llGetInventoryDesc(integer type, integer n);, or... make it llKey2Desc(key object);.

Then you can use llKey2Desc(llDetectedKey(integer n)); and I can use llKey2Desc(llGetInventoryKey(integer type, integer n));.