Bots Home
|
Create an App
New account
Author:
papapa
Description
Source Code
Launch Bot
Current Users
Created by:
Papapa
cb.settings_choices = [ { name: 'msgcolor', type: 'str', label: 'El color del mensaje', defaultValue: '#FF0040' }, { name: 'notice_wait_time', type: 'choice', label: 'In minutes, how often should the app advertise itself?', choice1: 5, choice2: 10, choice3: 15, choice4: 20, choice5: 25, choice6: 30, choice7: 45, choice8: 60, defaultValue: 10 }, ]; cb.onEnter(function (user) { showAppAd(user['user']); }); function showAppAd(username) { var msg = ""; msg +="Follow the new account of Nathy: mitarogers" var color=cb.settings['msgcolor']; cb.sendNotice(msg, username, '', color, 'bolder'); cb.setTimeout(showAppAd, parseInt(cb.settings.notice_wait_time) * 60000); }
© Copyright Chaturbate 2011- 2024. All Rights Reserved.