LlRemoteLoadScriptPin
De DigiWiki.
| Ligne 1 : | Ligne 1 : | ||
| - | ===Exemple 1=== | + | ====Exemple 1==== |
====Script copier==== | ====Script copier==== | ||
<lsl> | <lsl> | ||
| Ligne 30 : | Ligne 30 : | ||
} | } | ||
</lsl> | </lsl> | ||
| - | ===Exemple 2=== | + | ====Exemple 2==== |
<lsl> | <lsl> | ||
| - | // This example will be of two linked prims | + | // This example will be of two linked prims |
| + | |||
default | default | ||
{ | { | ||
| Ligne 55 : | Ligne 56 : | ||
</lsl> | </lsl> | ||
| + | ====Exemple 3==== | ||
<lsl> | <lsl> | ||
// Simple pin configuration for allowing other scripts to update the internal script | // Simple pin configuration for allowing other scripts to update the internal script | ||
| - | |||
// Use an arbitrary PIN | // Use an arbitrary PIN | ||
| + | |||
integer SCRIPT_PIN = 7589273495872; | integer SCRIPT_PIN = 7589273495872; | ||
| Ligne 70 : | Ligne 72 : | ||
</lsl> | </lsl> | ||
| - | |||
<lsl> | <lsl> | ||
// Simple update script to update the given script name to each of the child-prims in a linked set | // Simple update script to update the given script name to each of the child-prims in a linked set | ||


