Bots Home
|
Create an App
Thank you [tipper]
Author:
gonadsphallusappdev
Description
Source Code
Launch Bot
Current Users
Created by:
Gonadsphallusappdev
tipper = ""; tipmsg = ""; cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 1, defaultValue: 1, label: 'Tokens required for Massage' }, { name: 'tiPmsg', type: 'str', minLength: 8, maxLength: 256, defaultValue: '* :hrtz [tipper] just Tipped! :hrtz *', label: 'message send to everyone in the room:', }, { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 256, defaultValue: '* :hrtz AAah Yes! Thank you :hrtz [tipper] :hrtz Get me Wet! :hrtz * ', label: "message private for [tipper]: " }, { name: 'backGround_color', type: 'str', defaultValue: '#FFFFFF', required: true, label: "Background color" }, { name: 'Text_color', type: 'str', defaultValue: '#350035', required: true, label: 'Text color', }, { name: 'tY_pe', type: 'choice', choice1: 'normal', choice2: 'bold', choice3: 'bolder', required: true, label: 'Tekst weight', } ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tiPPer =""; tipper = tip['from_user']; tiPmsg = cb.settings.tiPmsg; tiPmsg = tiPmsg.replace("[tipper]", tipper); tipmsg = cb.settings.tipmsg; tipmsg = tipmsg.replace("[tipper]", tipper); backGroundcolor = cb.settings.backGround_color; Textcolor = cb.settings.Text_color; tYpe = cb.settings.tY_pe; cb.chatNotice(tipmsg, tipper, backGroundcolor, Textcolor, tYpe); cb.chatNotice(tiPmsg, tiPPer, backGroundcolor, Textcolor, tYpe); } }); function init() { } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.