Difference between revisions of "Talk:Object to Data v1.4"
m (moved Talk:Object to Data v1.3 to Talk:Object to Data v1.4: Next version.) |
|||
(10 intermediate revisions by 4 users not shown) | |||
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 | |||
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) | |||
== Why does this not Compile under OpenSim v0.6.8, or RealXtend v0.5? == | |||
Does anyone know why this will not Compile under OpenSim v0.6.8, or RealXtend v0.5? I get "Error compiling script 'Object to Data': Line (7,82) syntax error". Appreciate it! AlmostThere. | |||
: Try asking on the Opensim mailing list. https://lists.berlios.de/mailman/listinfo/opensim-users --[[User:Opensource Obscure|oobscure]] 08:18, 16 March 2010 (UTC) |
Latest revision as of 22:06, 6 June 2011
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 24:00, 12 September 2007 (PDT)
Why does this not Compile under OpenSim v0.6.8, or RealXtend v0.5?
Does anyone know why this will not Compile under OpenSim v0.6.8, or RealXtend v0.5? I get "Error compiling script 'Object to Data': Line (7,82) syntax error". Appreciate it! AlmostThere.
- Try asking on the Opensim mailing list. https://lists.berlios.de/mailman/listinfo/opensim-users --oobscure 08:18, 16 March 2010 (UTC)