Bots Home
|
Create an App
Lush Settings-cd
Author:
prurient
Description
Source Code
Launch Bot
Current Users
Created by:
Prurient
/* Select Toy */ var toy1='LUSH'; var toy2='DOMI'; var toy3='MISSION'; var msg1c='_'; /* Notice 1 Level 1 */ var msg1a='[L] :ldreamlev1lo [1 token] :lushsm = 2 SECONDS ( Low Vibrations)'; var msg1b='[D] :ldreamlev1lo [1 token] :domismall = 3 SECONDS( Low Vibrations)'; var msg1c='_'; /* Notice 2 Level 2 */ var msg2a='[L] :ldreamlev2lo [5 tokens] :lushsm = 10 SECONDS ( Low Vibrations)'; var msg2b='[D] :ldreamlev2lo [5 tokens] :domismall = 10 SECONDS ( Low Vibrations)'; var msg2c=' '; /* Notice 3 Level 3 */ var msg3a='[L] :ldreamlev3me [15 tokens] :lushsm = 10 SECONDS ( Med Vibrations)'; var msg3b='[D] :ldreamlev3me [30 tokens] :domismall = 30 SECONDS ( Low Vibrations)'; var msg3c=' '; /* Notice 4 Level 4 */ var msg4a='[L] :ldreamlev4me [50 tokens] :lushsm = 20 SECONDS ( Med Vibrations)'; var msg4b='[D] :ldreamlev4me [60 tokens] :domismall = 60 SECONDS ( Med Vibrations)'; var msg4c=' '; /* Notice 5 Level 5 */ var msg5a='[L] :ldreamlev5hi [300 tokens] :lushsm = 60 SECONDS ( High Vibrations)'; var msg5b='[D] :ldreamlev5hi [300 tokens] :domismall = 120 SECONDS ( High Vibrations)'; var msg5c=' '; /* Notice 6 Level 6 */ var msg6a='[L] :ldreamrandom [33 tokens] :lushsm select random level 2 :ldreamprog 4 '; var msg6b='[D] :ldreamrandom [33 tokens] :domismall select random level 1 :ldreamprog 4'; var msg6c=' '; /* Notice 7 Level 7 */ var msg7a='[L] :ldreamwave [111 tokens] :lushsm = 20 SECONDS wave ( :lushwave )'; var msg7b='[D] :ldreamwave [111 tokens] :domismall = 30 SECONDS wave ( :lushwave )'; var msg7c=' '; /* Notice 8 Level 8 */ var msg8a='[L] :ldreampulse [222 tokens] :lushsm = 40 SECONDS pulse ( :lushpulse )'; var msg8b='[D] :ldreampulse [222 tokens] :domismall = 60 SECONDS pulse ( :lushpulse )'; var msg8c=' '; /* Notice 9 Level 9 */ var msg9a='[L] :ldreamearth [333 tokens] :lushsm = 60 SECONDS wave ( :lushearthquake )'; var msg9b='[D] :ldreamearth [333 tokens] :domismall = 90 SECONDS wave ( :lushearthquake )'; var msg9c=' '; /* Notice 10 Level 10 */ var msg10a='[L] :ldreamfireworks [444 tokens] :lushsm = 90 SECONDS wave ( :lushfireworks )'; var msg10b='[D] :ldreamfireworks [444 tokens] :domismall = 120 SECONDS wave ( :lushfireworks )'; var msg10c=' '; cb.settings_choices = [ {name:'Toy', type: 'choice', choice1: toy1, choice2: toy2, choice3: toy3, label: "Select Toy"}, {name:'Level1', type: 'choice', choice1: msg1a, choice2: msg1b, choice3: msg1c, label: "Level 1"}, {name:'Level2', type: 'choice', choice1: msg2a, choice2: msg2b, choice3: msg2c, label: "Level 2"}, {name:'Level3', type: 'choice', choice1: msg3a, choice2: msg3b, choice3: msg3c, label: "Level 3"}, {name:'Level4', type: 'choice', choice1: msg4a, choice2: msg4b, choice3: msg4c, label: "Level 4"}, {name:'Level5', type: 'choice', choice1: msg5a, choice2: msg5b, choice3: msg5c, label: "Level 5"}, {name:'Level6', type: 'choice', choice1: msg6a, choice2: msg6b, choice3: msg6c, label: "Level 6"}, {name:'Level7', type: 'choice', choice1: msg7a, choice2: msg7b, choice3: msg7c, label: "Level 7"}, {name:'Level8', type: 'choice', choice1: msg8a, choice2: msg8b, choice3: msg8c, label: "Level 8"}, {name:'Level9', type: 'choice', choice1: msg9a, choice2: msg9b, choice3: msg9c, label: "Level 9"}, {name:'Level10', type: 'choice', choice1: msg10a, choice2: msg10b, choice3: msg10c, label: "Level 10"}, {name:'advertisement_wait_time', type:'choice', label:'Notification Time (in minutes)', choice1:5, choice2:10, choice3:15, choice4:20, choice5:25, choice6:30, choice7:45, choice8:60, defaultValue:15} ]; var meanBroadcasters = ['missilex']; cb.onEnter(function(user) { if(meanBroadcasters.indexOf(cb.room_slug) < 0) { cb.sendNotice('Welcome to my room, ' + user['user'] + '. MY LOVENSE LUSH VIBRATOR IS SET TO REACT TO YOUR TIPS. THERE ARE LEVELS OF INTENSITY OR RANDOMLY', user['user'], '#DBFFDB', '', 'bold'); displayLevels(user); } }); function displayLevels(user) { var username = ''; if(user) username = user['user']; var notices = '###### My Lovense Vibrator Levels ######'; for(var i=1; i<=10;i++) { if(cb.settings['Level' + i]) notices += '\n ' +': ' + cb.settings['Level'+i]; } notices += '\n######################'; cb.sendNotice(notices, username, '#E6FFFF', '#003399', 'bold'); if(!user || user == null) cb.setTimeout(displayLevels, cb.settings.advertisement_wait_time * 60000); } function init() { if(meanBroadcasters.indexOf(cb.room_slug) < 0) displayLevels(); } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.