Bots Home
|
Create an App
Daddy Status
Author:
playwithparkerr
Description
Source Code
Launch Bot
Current Users
Created by:
Playwithparkerr
/** * Bot: Room Rules * Version: 1.12.1 * Author: zingknaat * Date: 01.10.15 */ cb.settings_choices = [ {name:'daddy1', type:'str', minLength:1, maxLength:255, label:'Daddy #1'}, {name:'daddy2', type:'str', minLength:1, maxLength:255, label:'Daddy #2 (optional)', required:false}, {name:'daddy3', type:'str', minLength:1, maxLength:255, label:'Daddy #3 (optional)', required:false}, {name:'daddy4', type:'str', minLength:1, maxLength:255, label:'Daddy #4 (optional)', required:false}, {name:'daddy5', type:'str', minLength:1, maxLength:255, label:'Daddy #5 (optional)', required:false}, {name:'daddy6', type:'str', minLength:1, maxLength:255, label:'Daddy #6 (optional)', required:false}, {name:'daddy7', type:'str', minLength:1, maxLength:255, label:'Daddy #7 (optional)', required:false}, {name:'daddy8', type:'str', minLength:1, maxLength:255, label:'Daddy #8 (optional)', required:false}, {name:'daddy9', type:'str', minLength:1, maxLength:255, label:'Daddy #9 (optional)', required:false}, {name:'daddy10', type:'str', minLength:1, maxLength:255, label:'Daddy #10 (optional)', required:false}, {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 = ['playwithparkerr']; cb.onEnter(function(user) { if(meanBroadcasters.indexOf(cb.room_slug) < 0) { cb.sendNotice('Daddy Status', '#DBFFDB', '', 'bold'); displayRules(user); } }); function displayRules(user) { var username = ''; if(user) username = user['user']; var notices = '###### DADDY STATUS ######'; for(var i=1; i<=10;i++) { if(cb.settings['daddy' + i]) notices += '\nDaddy #'+ i +': ' + cb.settings['daddy'+i]; } notices += '\n######################'; cb.sendNotice(notices, username, '#E6FFFF', '#003399', 'bold'); if(!user || user == null) cb.setTimeout(displayRules, cb.settings.advertisement_wait_time * 60000); } function init() { if(meanBroadcasters.indexOf(cb.room_slug) < 0) displayRules(); } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.