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 = "a6c43ad8-9086-46ee-9683-76e047062f05"
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 hunt item to rez.
15 item = "[WaS-K] Coin Bag"
16  
17 # At each of these points of interest (POI), Corrade will rez a hunt item.
18 # The POIs must be named in sequence, ie: POI_1, POI_2, etc... and you can
19 # add as many POIs as you like.
20 POI_1 = <166.024597, 145.024246, 3455.350342>
21 POI_2 = <155.617996, 144.363434, 3455.368896>
22 POI_3 = <160.74292, 155.446198, 3455.368896>
23  
24 ######################### END CONFIGURATION ###############################