Bots Home
|
Create an App
Summer D's ohmibod bot
Author:
brave_bitch
Description
Source Code
Launch Bot
Current Users
Created by:
Brave_Bitch
/* A BOT FOR AWESOMEBEACHCOUPLE */ tipper = ""; tipmsg = ""; cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 1, defaultValue: 5, label: 'Minimum tokens required for a thank you message' } , { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 128, defaultValue: '**** Thank you [tipper] for making my pussy vibrate with your tips : ) **** :b-summer-ohmi1 ', label: "Tip thank you message, [tipper] = tipper's name" } ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tipper = tip['from_user']; tipmsg=cb.settings.tipmsg; tipmsg = tipmsg.replace("[tipper]", tipper); cb.chatNotice(tipmsg, tipper, '#BEF781', '', 'bold'); } }); cb.onEnter(function(user) { cb.sendNotice('Welcome to my room, ' + user['user'] + ' :b-summer-ohmi1 ', user['user'], '#CCF5EB', '', 'bold'); }); function init() { } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.