Difference between revisions of "LlWriteToNotecard"

From Second Life Wiki
Jump to navigation Jump to search
(New page: I suggest to use {{LSLG|llSetNotecard}} instead.)
 
 
Line 1: Line 1:
I suggest to use {{LSLG|llSetNotecard}} instead.
I suggest to use [[llSetNotecard]] instead.
 
----
 
{{LL}} has refused on many occasions over the years to implement any function that results in writing or changing the contents of notecards. The reason given for this is that under the current implementation, when notecards are changed, a new asset is created, which is perfectly logical as they don't know how many copies of a notecard exist (updating one copy should not update all copies). The alternatives are to use script memory or offsite storage via {{LSLGC|Email}}, {{LSLGC|XML-RPC}} or {{LSLGC|HTTP}}. -- [[User:Strife Onizuka|Strife Onizuka]] 16:18, 27 July 2007 (PDT)

Latest revision as of 15:18, 27 July 2007

I suggest to use llSetNotecard instead.


Linden Lab has refused on many occasions over the years to implement any function that results in writing or changing the contents of notecards. The reason given for this is that under the current implementation, when notecards are changed, a new asset is created, which is perfectly logical as they don't know how many copies of a notecard exist (updating one copy should not update all copies). The alternatives are to use script memory or offsite storage via Email, XML-RPC or HTTP. -- Strife Onizuka 16:18, 27 July 2007 (PDT)