Difference between revisions of "LlSetNotecard"

From Second Life Wiki
Jump to navigation Jump to search
(New page: integer llSetNotecard(string name, array data); Saves the content of the {{LSLG|Array}} data back as lines to the notecard name. Returns 0 if saving fails or 1 if ok.)
(No difference)

Revision as of 00:47, 27 July 2007

integer llSetNotecard(string name, array data);

Saves the content of the Array data back as lines to the notecard name. Returns 0 if saving fails or 1 if ok.