Bots Home
|
Create an App
asdfasdfasdf 14414
Author:
kesdevacc
Description
Source Code
Launch Bot
Current Users
Created by:
Kesdevacc
var total_tipped__ = 0; var pink__ = '#FF78DD';//pink var blue__ = '#70EEFF';//blue var grey__ = '#B8B8B8';//grey cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice('Thaaaanksss ' + user['user'] + '!'); cb.chatNotice("Total Tipped: " + total_tipped__); cb.chatNotice(tip); }); cb.onEnter(function(user) { if(user.has_tokens){ cb.chatNotice('Welcome ' + user['user'] + '! glad you brought me some tokens!'); //cb.chatNotice(''); }else{ cb.chatNotice('Welcome ' + user['user'] + '. remember more tokens = more fun.'); } }); cb.onMessage(function (msg) { if(!msg.has_tokens){ //cb.chatNotice(); //msg['m'] = msg.user + ', only users with tokens can chat'; msg['c'] = '#B8B8B8';//grey } if (msg['m'] == '/stats') { var sts = `Total Tipped: `+total_tipped__+``; msg['m'] = sts; msg['c'] = '#70EEFF';//blue return msg; } if (msg['m'] == '/menu') { var sts = ` _________________ |-________________-| |-|___TIP_100____|-| |-|_acknowledge u_|-| |-|XXXXXXXXXXXXX|-| |-|___TIP_1000___|-| |-|spank+say name|-| |_________________| ----_[_______]_ ___[___________]___ |---------[_____]-[]|__ |---------[_____]-[]|--|__ L___________________J-----|-|___|/ `; msg['m'] = sts; msg['c'] = '#70EEFF';//blue return msg; } if(msg.is_mod){ msg['c'] = '#FF78DD';//pink return msg; } });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.