Bots Home
|
Create an App
Follow me Co-Co
Author:
white_slut318
Description
Source Code
Launch Bot
Current Users
Created by:
White_Slut318
/* Title: "Follow me Co-Co" bot Author: Cody */ var i=0; var MAXITEMS=1; cb.settings_choices = [ {name: 'chat_ad', type:'int', minValue: 1, maxValue: 999, defaultValue: 2, label: 'Delay in minutes between notices being displayed (minimum 1)'} ]; cb.onEnter(function(user) { cb.sendNotice('Welcome, ' + user['user'] + '. Please :followtip99 thank you!', user['user'], '#CCF5EB', '', 'bold'); }); function chatAd() { var msg; while (cb.settings['msg' + (i + 1)] == 0) { //skip empty messages i++; i %= MAXITEMS; } msg = ('' , '#CCF5EB', '', 'Please in advance :followtip99 thank you for your help!'); cb.sendNotice(msg,'','',cb.settings['msgcolor'],'bold'); cb.setTimeout(chatAd, (cb.settings.chat_ad * 60000)); } cb.setTimeout(chatAd, (cb.settings.chat_ad * 60000)); function init() { } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.