corrade-lsl-templates – Blame information for rev 5

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ####################### START CONFIGURATION ##################################
2  
3 # All these settings must correspond to the settings in Corrade.ini.
4  
5 # This is the UUID of the Corrade bot.
6 corrade = "3ade3b74-378d-4fa1-88e6-96ea45d942bb"
7  
8 # The name of the group - it can also be the UUID of the group.
9 group = "My Group"
10  
11 # The password for the group.
12 password = "mypassword"
13  
14 # The menu items to send via llDialog to Corrade as a CSV list of strings.
15 buttons = "AUTO"
16  
17 ####################### END CONFIGURATION ###################################