|
Nicolette Beebe
Registered User
Join date: 8 Feb 2007
Posts: 18
|
12-27-2008 01:11
It would seem after some extensive testing that using llSetObjectDesc(), the description will revert back to it's previous description when the item is detached. Does anyone know of a workaround for using llSetObjectDesc() on attachments that will make them stick?
|
|
Escort DeFarge
Together
Join date: 18 Nov 2004
Posts: 681
|
12-27-2008 01:56
you may consider voting for this bug to be fixed in jira http://jira.secondlife.com/browse/SVC-3579
_____________________
http://slurl.com/secondlife/Together
|
|
Nicolette Beebe
Registered User
Join date: 8 Feb 2007
Posts: 18
|
12-27-2008 03:25
i think this is too entirely different situations. I want the description field to hold thru attach and detach changes and you expect the script to remember internal variable values.
I honestly would have never thought to expect it to do what you want. Though the workaround for the complex systems mentioned in your jira is to let http requests hand your variables to a 3rd party server. Not a realistic option in my case for something far more simple. I want the desc field to hold it.
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-27-2008 05:21
could be related, but it's apples and oranges... script globals vs prim parameters
ETA: no known workaround at this point. I do believe there is a separate jira on this though
_____________________
| | . "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... | - 
|
|
Scott Tureaud
market base?
Join date: 7 Jun 2007
Posts: 224
|
12-27-2008 09:35
Yes I've come accross this as well. I just required users to rez attachments on the ground for that part of the script to work.
|
|
Ollj Oh
Registered User
Join date: 28 Aug 2007
Posts: 522
|
12-27-2008 11:03
cause worn items are in your inventory and the inventory has special protection, it can not be changed remotely, all changes are undone when trasnferred from inventory to world. they overdid that with thas server version though as it affects all variables, objectdesc objectname, and prim permissions.
mayor jira case.
|