LlSetNotecard

From Second Life Wiki
Revision as of 00:47, 27 July 2007 by Zuben Bamaisin (talk | contribs) (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.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.