PopeBunny Schuman
Registered User
Join date: 20 May 2006
Posts: 3
|
09-28-2009 12:45
Is it possible using LL scripts to read a notecard, change a value, and write out a new notecard with a diiferent update value - such as name or UUID? I have looked for a few hours and I can't find anything as to how to do it. I also can not find any statements saying that it can't be done.
I wanted to do this to interface two differing security systems on my rentals.
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
09-28-2009 12:50
Nope. A script cannot create a notecard or modify one. You'll have to store the data somewhere else (the description field of a child prim in the linkset, for example) and then update it there as necessary.
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|
EF Klaar
Registered User
Join date: 11 Jun 2007
Posts: 330
|
09-28-2009 13:02
One very messy way of getting there still involves some manual labour; a script can read a notecard, rearrange its contents, and then say the result in chat. This can then be copied and pasted into a notecard manually.
|