|
Krista Chaffe
Registered User
Join date: 16 Jun 2007
Posts: 96
|
12-18-2007 11:22
Ok I really hope I'm being dumb here.
If I have the uuid of an object is there a function to return it. Like auto return only under script control ?
|
|
Krista Chaffe
Registered User
Join date: 16 Jun 2007
Posts: 96
|
12-18-2007 12:20
Figured it out and to my utter astonishment you can't do this.
If you want it the issue # is VWR-705, please go vote for it
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-18-2007 22:59
as a note for future reference, script functions are handled on the server side, so any script feature requests/bugs should go under SVC and mot VWR.
it's a good idea, but better for the purpose you're intending would be an auto return access for keyOwner, to return all objects owned by keyOwner... rather than just a specific prim
_____________________
| | . "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... | - 
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
12-19-2007 01:40
Being able to return a specific object would be quite handy.
When you have group members, who are shop owners and thus able to build on your land, their shop-contents are legit prims. But sometimes these guys drop other objects on your land, which shouldn't be there. Being able to return just these objects would be cool. Otherwise everything (including the legit shop-content) would be returned...
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-19-2007 21:20
From: Haruki Watanabe Being able to return a specific object would be quite handy.
When you have group members, who are shop owners and thus able to build on your land, their shop-contents are legit prims. But sometimes these guys drop other objects on your land, which shouldn't be there. Being able to return just these objects would be cool. Otherwise everything (including the legit shop-content) would be returned... sure that's fine and all, but I see limited use in differentiating between legit business stall objects, and random prim trash by script... not saying it can't be done, just very limited use
_____________________
| | . "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... | - 
|