Table of Contents

About

This script will perform the following actions:

Setup

Create a notecard called configuration and configure it appropriately for your bot:

File: http://svn.grimore.org/corrade-lsl-templates/source/sit-and-animate/configuration.txt -

####################### START CONFIGURATION ##################################
 
# All these settings must correspond to the settings in Corrade.ini.
 
# This is the UUID of the Corrade bot.
corrade = "c74590e1-b8a1-495a-aa96-1f4c2bc3b15a"
 
# The name of the group - it can also be the UUID of the group.
group = "My Group"
 
# The password for the group.
password = "mypassword"
 
####################### END CONFIGURATION ###################################

and put it along with all the scripts inside a primitive.

Alternatives

Third-party viewer "phantom" functionality that will lock Corrade in place such that the bot cannot be moved can be reproduced using a script inside a primitive or object worn by Corrade.

Index