Bots Home
|
Create an App
Create Repeating Texts For Chat
Author:
nicksapps
Description
Source Code
Launch Bot
Current Users
Created by:
Nicksapps
cb.settings_choices = [ {name:'How many statements do you want', type:'choice', choice1:'1', choice2:'2', defaultValue:'1'}, {name: 'q1', type: 'str', minLength: 1, maxLength: 255, label: "Message 1"}, {name: 'n1', type: 'int', minValue: 0, maxValue: 240, defaultValue: 0, label: "Set time for question 1"} ]; function post1() { cb.chatNotice(cb.settings.q1+""); cb.setTimeout(post1, 60000*cb.settings.n1); } cb.setTimeout(post1, 60000*cb.settings.n1);
© Copyright Chaturbate 2011- 2024. All Rights Reserved.