Difference between revisions of "Talk:Object to Data v1.4"
m (Talk:Object to Data v1.0 moved to Talk:Object to Data v1.1: Version Change.) |
(Need a leg up on this one...) |
||
Line 7: | Line 7: | ||
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... --[[User:Xaviar Czervik|Xaviar Czervik]] 17:32, 21 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... --[[User:Xaviar Czervik|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 |
Revision as of 10:32, 31 August 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