Bots Home
|
Create an App
TMYS Lush Notifier
Author:
tell_me_your_secret
Description
Source Code
Launch Bot
Current Users
Created by:
Tell_Me_Your_Secret
cb.settings_choices = [ {name:'Level1', type:'str', minLength:1, maxLength:255, label:'Level #1', defaultValue:'Tip (-) seconds (vibrations)'}, {name:'Level2', type:'str', minLength:1, maxLength:255, label:'Level #2 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level3', type:'str', minLength:1, maxLength:255, label:'Level #3 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level4', type:'str', minLength:1, maxLength:255, label:'Level #4 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level5', type:'str', minLength:1, maxLength:255, label:'Level #5 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level6', type:'str', minLength:1, maxLength:255, label:'Level #6 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level7', type:'str', minLength:1, maxLength:255, label:'Level #7 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level8', type:'str', minLength:1, maxLength:255, label:'Level #8 (optional)', defaultValue:'Tip (-) seconds (vibrations)', required:false}, {name:'Level9', type:'str', minLength:1, maxLength:255, label:'Random Level (optional)', required:false, defaultValue:'Tip () To get a random level'}, {name:'advertisement_wait_time', type:'choice', label:'Notification Time (in minutes)', choice1:1, choice2:2, choice3:3, choice4:5, choice5:10,defaultValue:1} ]; cb.onEnter(function(user) { cb.sendNotice('Welcome to my room, ' + user['user'] + '. MY LOVENSE LUSH VIBRATOR IS SET TO REACT TO YOUR TIPS. THERE ARE 8 LEVELS OF INTENSITY OR RANDOMLY CHOOSE A LEVEL FROM 1-8', user['user'], '#FFFFFF', '#CC0000', 'bold'); displayLevels(user); }); function displayLevels(user) { var username = ''; if(user) username = user['user']; var notices = '###### Vibrator Level ######'; for(var i=1; i<=10;i++) { var label = '\nLevel #' + i; if(i == 9) label = '\nRandom Level'; if(cb.settings['Level' + i]) notices += label +': ' + cb.settings['Level'+i]; } notices += '\n######################'; cb.sendNotice(notices, username, '#FFFFFF', '#800000', 'bold'); if(!user || user == null) cb.setTimeout(displayLevels, cb.settings.advertisement_wait_time * 60000); } function init() { displayLevels(); } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.