Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

How can a script just vanish?

Pamela Galli
Registered User
Join date: 1 Dec 2007
Posts: 47
01-10-2010 21:14
A customer said the texture change script in her chairs was not working -- but the same script was working in the dining table.

So she sends me the chair, and the script is gone. The sit script is still there. She says no one has mod perms and no one but her has touched them.

Anyone have any idea how a script could just disappear?
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
01-10-2010 22:02
The owner deleted it by accident?

I've not heard of scripts actually disappearing from the world, and leaving the object behind, anyway.
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
01-11-2010 02:14
I've heard of items in prim contents not showing up immediately, but that's usually all or nothing (except when contents change, and the new item is slow to show)
_____________________
|
| . "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...
| -
Pamela Galli
Registered User
Join date: 1 Dec 2007
Posts: 47
01-11-2010 14:04
There were 8 chairs -- a total of 16 prims with this script in it, so if she deleted it, it was on purpose. She seemed genuinely bewildered.

But I guess she must have methodically removed them all for some reason -- guess I will never know.
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
01-11-2010 14:42
Does the script self destruct?

llRemoveInventory(llGetScriptName());

----

There is another possibility that you haven't considered, probably because you don't entertain as much cynicism as I do. Welcome to Paranoia.

Your sit target script is copy-trans.
Your coloring script is (no-mod)-(no-copy)-trans.
The object is mod-(no-copy)-trans.

They have found a prim you distributed that is mod-copy-trans. It was probably a product box or other such useless item.
They used this prim as the feed prim for an object cloner, copying object attributes and textures. However the only script that was copy was the sit target, so thats the only script that got copied.

The only difference (I think) will be the acquired date for the scripts in the prims.

The beauty of it is that it is hard to detect and harder to track down.

I've been watching this loophole for years, waiting for the poo to hit the fan.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
01-11-2010 15:38
some aquired dates (I've seen it on mega prims) erroneously report the creation date... further adding to the bugginess
_____________________
|
| . "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...
| -
Pamela Galli
Registered User
Join date: 1 Dec 2007
Posts: 47
01-11-2010 16:10
No the script doesn't self destruct. I don't understand the cloner part -- just as well I suppose. At one time when I first made the chairs, I accidentally put a copy version of the texture change script in the chairs. But the sit one has always been trans. Don't know if that is a clue. In any case, she got a set of 8 brand new chairs.
Ruthven Willenov
Darkness in your light
Join date: 16 Jan 2008
Posts: 965
01-11-2010 23:03
did the customer actually tell you the script(s) disappeared before they sent it to you? if the contents of a trans prim are no trans, you can sometimes still transfer the prim, but the contents won't go with it
_____________________
Dark Heart Emporium

http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=133020

want more layers for tattoos, specifically for the head? vote here
http://jira.secondlife.com/browse/VWR-1449?

llDetectedCollision* Functions similar to touch
http://jira.secondlife.com/browse/SVC-3369
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
01-11-2010 23:23
From: Strife Onizuka
Does the script self destruct?

llRemoveInventory(llGetScriptName());

----

There is another possibility that you haven't considered, probably because you don't entertain as much cynicism as I do. Welcome to Paranoia.

Your sit target script is copy-trans.
Your coloring script is (no-mod)-(no-copy)-trans.
The object is mod-(no-copy)-trans.

They have found a prim you distributed that is mod-copy-trans. It was probably a product box or other such useless item.
They used this prim as the feed prim for an object cloner, copying object attributes and textures. However the only script that was copy was the sit target, so thats the only script that got copied.

The only difference (I think) will be the acquired date for the scripts in the prims.

The beauty of it is that it is hard to detect and harder to track down.

I've been watching this loophole for years, waiting for the poo to hit the fan.


That's one reason I have stopped giving out full-perms anything. I always at least set it to no-transfer. Unfortunately, there are probably a few full-permed prims of mine floating out there somewhere in someone's inventory. <.<