Bots Home
|
Create an App
ULTRA TIP THANK YOU&FOLLOW BOT 2
Author:
moniyapp
Description
Source Code
Launch Bot
Current Users
Created by:
Moniyapp
/* Title: "ULTRA TIP THANK YOU & FOLLOW BOT" bot Author: KashMoniy Version: 1.0 (01/22/2017) must have bot, you will love ! */ tipper = ""; tipmsg = ""; cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 1, defaultValue: 10, label: 'How many tokens to trigger bot' } , { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 128, defaultValue: '**** Thank you [tipper] for your tip!!! (: **** ', label: "Add a catchy thank you message" } ]; 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); } }); function init() { } init(); cb.onEnter(function(user) { cb.sendNotice('Welcome to my room, ' + user['user'] + '. Please :followtip99 thank you', user['user'], '#CCF5EB', '', 'bold'); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.