Difference between revisions of "Category:LSL Notecard"

From Second Life Wiki
Jump to navigation Jump to search
m (multi lang)
Line 2: Line 2:


{{LSLC|}}{{LSLC|Inventory}}
{{LSLC|}}{{LSLC|Inventory}}
== Notecards & Parameters ==
In public domain scripts released with modify privileges, operational parameters (e.g. opening sounds for drawers, etc.) are usually set and changed right in the script by editing the script.
Scripted products that are sold, however, often use instead a notecard as the place where customers can change parameters to meet their individual needs. Doing this negates both the need to distribute proprietary scripts with modify privileges, and the need for customers to edit scripts (which most find frightening.)
To pull information from a notecard, you use the [[LlGetNotecardLine]] function. As it comes into the script, it is captured in the [[dataserver]] event, during which event you parse the information and assign it to variables. There is an illustration of the procedure here: [[Notecard_reading]].
== Sharing Notecard Access ==
In the course of shared projects, you may often need to let team members access notecards in objects owned by you, or access notecards in objects owned by them.

Revision as of 14:37, 14 July 2008


Notecards & Parameters

In public domain scripts released with modify privileges, operational parameters (e.g. opening sounds for drawers, etc.) are usually set and changed right in the script by editing the script.

Scripted products that are sold, however, often use instead a notecard as the place where customers can change parameters to meet their individual needs. Doing this negates both the need to distribute proprietary scripts with modify privileges, and the need for customers to edit scripts (which most find frightening.)

To pull information from a notecard, you use the LlGetNotecardLine function. As it comes into the script, it is captured in the dataserver event, during which event you parse the information and assign it to variables. There is an illustration of the procedure here: Notecard_reading.


Sharing Notecard Access

In the course of shared projects, you may often need to let team members access notecards in objects owned by you, or access notecards in objects owned by them.

Pages in category "LSL Notecard"

The following 5 pages are in this category, out of 5 total.