From 127580741c965579917f05998fd4948f8b4cd47a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 8 Mar 2014 18:04:51 +1000 Subject: Temporary work around for "descriptions make menus stop working". --- onefang's_utilities.lsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/onefang's_utilities.lsl b/onefang's_utilities.lsl index bba63f8..010ce7f 100644 --- a/onefang's_utilities.lsl +++ b/onefang's_utilities.lsl @@ -1149,7 +1149,8 @@ default string desc = llList2String(llGetObjectDetails(llGetLinkKey(llDetectedLinkNumber(i)), [OBJECT_DESC]), 0); // If there's a description, then it's likely a scriptlet. - if ("" != desc) + // TODO - need a new way to do this, ANY description makes menus not work. + if (("" != desc) && (" " != desc)) myListen(0, llKey2Name(id), id, desc); // TODO - the problem here is that the first argument is a channel, // and we don't know which channel to fake. // Maybe use the debug channel as a wildcard? -- cgit v1.1