Bots Home
|
Create an App
Gracias mensaje [volquete] avanz
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: 'Fichas requeridas para masaje' }, { name: 'tiPmsg', type: 'str', minLength: 8, maxLength: 256, defaultValue: '* :hrtz [volquete] solo propina! :hrtz *', label: 'mensaje enviado a todos en la sala', }, { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 256, defaultValue: '* :hrtz AAah Si! Gracias :hrtz [volquete] :hrtz Mojame! :hrtz * ', label: "mensaje privado para [volquete]" }, { name: 'backGround_color', type: 'str', defaultValue: '#FFFFFF', required: true, label: "Color de fondo" }, { name: 'Text_color', type: 'str', defaultValue: '#350035', required: true, label: 'Color de texto', }, { name: 'tY_pe', type: 'choice', choice1: 'normal', choice2: 'bold', choice3: 'bolder', required: true, label: 'TamaƱos', } ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tiPPer =""; tipper = tip['from_user']; tiPmsg = cb.settings.tiPmsg; tiPmsg = tiPmsg.replace("[volquete]", tipper); tipmsg = cb.settings.tipmsg; tipmsg = tipmsg.replace("[volquete]", 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.