Bots Home
|
Create an App
ysertes
Author:
kkft_test1
Description
Source Code
Launch Bot
Current Users
Created by:
Kkft_Test1
/* App name: Show Scheduler Type: Bot Summary: Annonce what you plan to do on your show and follow a schedule you created Description: Annonce what you plan to do on your show and follow a schedule you created Test accounts kkft_test1 - pwd normal (chaturbate) */ cb.settings_choices = [ { name:'event_1_desc', type:'str', minLength: 1, maxLength: 255, defaultValue: 'dancing', label: "Event 1 description" }, { name:'event_1_duration', type:'int', minValue:1, maxValue:999, defaultValue:5, label: "Event 1 duration" }, { name:'event_2_desc', type:'str', minLength: 1, maxLength: 255, defaultValue: 'nipple play', label: "Event 2 description" }, { name:'event_2_duration', type:'int', minValue:1, maxValue:999, defaultValue:5, label: "Event 2 duration" }, ]; schedule_text = ""; // UTC time now = new Date(); now_str = now.getHours() + ":" + now.getMinutes(); schedule_text = now_str + " - " + cb.settings.event_1_desc + "\nLine 2!!!!"; cb.onEnter(function(user) { // Works - I think it sends it only to the one person? cb.chatNotice(schedule_text); // Doesn't work cb.sendNotice(schedule_text, user); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.