Difference between revisions of "Talk:Object to Data v1.4"

From Second Life Wiki
Jump to navigation Jump to search
Line 35: Line 35:




Drag the Save Program (Script) into each PRIM that you want to save, and make sure that no objects are linked. I know it's a bit clumsy now, but I'm just waiting for llGetLinkPrimParmas(). After that, touch Save Program. I'll try to explain it better in the main page now. [[User:Xaviar Czervik|Xaviar Czervik]] 24:00, 12 September 2007 (PDT)
Drag the Save Program (Script) into each PRIM that you want to save, and make sure that no objects are linked. I know it's a bit clumsy now, but I'm just waiting for llGetLinkPrimParmas(). After that, touch Save Program. I'll try to explain it better in the main page now. [[User:Xaviar Czervik|Xaviar Czervik]]

Revision as of 16:58, 12 September 2007

I would use llGetPrimitiveParams

Have a look here: LlGetPrimitiveParams

It generates a list which can directly be set again. No need to use all the differen llGet Methods. --Bernd Elswit 13:16, 19 May 2007 (PDT)

I (Xaviar Czervik) used that for a few of the calls, however I found it to cause fewer errors when I use all of the llGet's even if they are a little bit slower... --Xaviar Czervik 17:32, 21 May 2007 (PDT)

Need a leg up on this one...

Ok I have the objects set up as the names and scripts suggest in the object tree.

I can touch the main object and get a dialog menu with three options:

Run Program

Save Program

Ignore

Run Program generates an error, understandable as I have supplied no Data_Notecard

Save Program seems to have no effect at all presumably because I have supplied no object to convert to contents for a Data_Notecard

Ignore pretty much has no effect, as anticipated.

How do I point this construct to an object to use in the generation of contents for a Data_Notecard?

Other than that it all seems pretty obvious whats to be done.

TIA Laz


Drag the Save Program (Script) into each PRIM that you want to save, and make sure that no objects are linked. I know it's a bit clumsy now, but I'm just waiting for llGetLinkPrimParmas(). After that, touch Save Program. I'll try to explain it better in the main page now. Xaviar Czervik