===ARDI Scripting Documentation Index=== ===What Is Scripting=== Scripts allow you to control your ARDI experience using a pre-made XML script. You can control the camera, toggle view options, inject data into assets, filter assets - in fact, there is an ever-growing list of what you can do using the system. Interested in how it all works? Try our [[Tutorial: Writing Your First Script|writing your first script tutorial]] to discover more. ===Scripting Reference=== Below, you'll find the documentation on the ARDI functions you can use when writing scripts. ==ARDI-VE Specific Functions== You can look up behaviour functions either [[\indexbyfunction|by function]] or [[indexbyname|alphabetically]]. ==ARDI-AR Specific Functions== You can look up behaviour functions either [[\indexbyfunctionar|by function]] or [[indexbynamear|alphabetically]]. ===Creating and Debugging Scripts=== When you're working on scripts, you can create them on any computer with ARDI-VE installed. To find out more about how it all works, see [[Running And Debugging Local Scripts]]. ===Deploying Scripts to your Server=== Once you've developed your script and you're happy with how it works, you can deploy it to your server. This makes it available to everyone. See [[Deploying Scripts To Your Server]].