Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Updating more than scripts

Ravanne Sullivan
Pole Dancer Extraordinair
Join date: 10 Dec 2005
Posts: 674
01-01-2010 12:09
I am familiar with the use of llRemoteLoadScriptPin to load or update scripts, is there any way to do something similar with more than just scripts such as animations, textures, notecards and prims?

OKay. I figured this out. llGiveInventory can give to an object.
_____________________
Ravanne's Dance Poles and Animations

Available at my Superstore and Showroom on Insula de Somni
http://slurl.com/secondlife/Insula de Somni/94/194/27/
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
01-01-2010 12:32
From: Ravanne Sullivan
I am familiar with the use of llRemoteLoadScriptPin to load or update scripts, is there any way to do something similar with more than just scripts such as animations, textures, notecards and prims?

OKay. I figured this out. llGiveInventory can give to an object.

yup you found it... llGiveInventory acts differently than dragging something into a prims inventory, it replaces anything with the same name... I assume this it to prevent inventory bomb scripts from choking the asset server (accidentally or on purpose)
_____________________
|
| . "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...
| -
Kaluura Boa
Polygon Project
Join date: 27 Mar 2007
Posts: 194
01-02-2010 00:41
Errr... No, llGiveInventory() never overwrites anything. Duplicate items will be renamed the same way it happens when you drop them by hand.

Only llRemoteLoadScriptPin has no renaming feature.
_____________________
It's hard to tell gender from names around here but if you care, Kaluura = he. And I exist elsewhere than in SL but who cares? ;)
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
01-02-2010 07:55
hmmm just because i happened to be inworld I tested this.... juust on the off chance that something had changed... holy shit it did.... this was not the behavior as of mid 2008... I know because the lack torpedoed one of my favorite projects, dynamic permission allocation and dynamic memory stores.

when did this get fixed and how did no one say anything!?
_____________________
|
| . "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...
| -