Simple Script

Example Script: Simple Script

Simplescript is a new base class that offers an easy start to simple script writing. The example script, Simple Script (SimpleScriptExample.cs), is a more complex script example utilizing this new base class.

This script shows how you can use the new script base. The example itself does not have any editable properties when added to a scene in Sansar. However, when added to a scene and attach it to an object, you will be able to get the following :

  • Users who enter the experience get a welcome message.

  • Logs when people leave the experience.

  • Resets its position 5 times a second if the object is dynamic.

  • Logs when anyone bumps into the object.

  • Logs when any other script sends it a message.

Here is a step-by-step guide to using the script:

  1. Download the script files from the download link at the end of this article.

  2. Follow the instructions provided in Working with scripts to upload the scripts to your inventory.

  3. Drag the scripts to the scene and attach each script to an object. Remember, you may add as many detectors as you wish.

  4. There are no parameters for these scripts, so once you finish adding the scripts to your scene, save and build your scene.

  5. To test the script, visit the scene once it has been built.

Note: These files are also available in the client folder: Program Files > Sansar > Client > Script API > Examples

Creative Commons License

Have more questions? Join our Discord!

Last updated