aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/help/Concepts/Scripting.html
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/help/Concepts/Scripting.html
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/help/Concepts/Scripting.html')
-rw-r--r--linden/indra/newview/help/Concepts/Scripting.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/linden/indra/newview/help/Concepts/Scripting.html b/linden/indra/newview/help/Concepts/Scripting.html
new file mode 100644
index 0000000..dc41317
--- /dev/null
+++ b/linden/indra/newview/help/Concepts/Scripting.html
@@ -0,0 +1,15 @@
1<html>
2<head>
3 <title>Scripting</title>
4</head>
5
6<body>
7<br>
8A very powerful feature of Second Life is the ability to add a script, or small program, to an object. Scripts can turn simple objects into interactive experiences that impart information, play sounds, move or ... just about anything.
9<p>
10The scripting language has been designed so even non-programmers can make simple modifications and customizations. (For instance, a door may have a script so it opens with a password. It will be easy to modify the door script to the password of your choice.)
11<p>
12[ <a href="Second_Life_Concepts.html">Concepts Home</a> | <a href="Building_Tools.html">Previous</a> | <a href="Many_Ways_to_Get_Help.html">Next</a> ]
13
14</body>
15</html>