Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Object description won't delete?

Katanya Mistral
The Lonely Tigress
Join date: 6 Oct 2005
Posts: 87
11-05-2008 20:51
For some reason, object descriptions won't delete for me. Does anyone know why this might be or have a fix?
_____________________
Visit my website: Katanya.net
My SL site: Kitty's SL Adventures
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
11-05-2008 20:58
only time I've ever seen this happen is if you lose rights to the object... which can occur sometimes in a glitch... it can also occur when an object doesn't delete properly (it's still showing after you try to take or delete) in the former case you may have to replace it, in the latter, it'll usually go away on its own
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
11-05-2008 21:11
This has been driving me crazy on and off with the recent viewers. Setting the description to a space instead of empty has been an OK workaround for my purposes.
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
11-05-2008 21:29
if the description field is editable, but just doesn't want to set to blank you could try doing it by script

CODE

//-- drag a COPY of me into the prim because I'll delete myself when I'm compiled and run
default{
state_entry(){
llSetObjectDesc( "" ); //-- empty the object description
llRemoveInventory( llGetScriptName() ); //-- remove this script from inventory
}
}
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Anya Ristow
Vengeance Studio
Join date: 21 Sep 2006
Posts: 1,243
11-05-2008 23:55
Yes, recent viewers don't let you delete the description. I wonder if it's intentional, but suspect not.
_____________________
The Vengeance Studio Gadget Store is closed!

Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
11-06-2008 09:27
From: Anya Ristow
Yes, recent viewers don't let you delete the description. I wonder if it's intentional, but suspect not.

It does have a jira number, VWR-8761.
Katanya Mistral
The Lonely Tigress
Join date: 6 Oct 2005
Posts: 87
11-06-2008 13:13
Thank you all. I'm going to go have a look at that JIRA.
_____________________
Visit my website: Katanya.net
My SL site: Kitty's SL Adventures