Apps Home
|
Create an App
ART Tip Thank You
Author:
artuser1
Description
Source Code
Launch App
Current Users
Created by:
Artuser1
tipper = ""; tipmsg = ""; cb.settings_choices = [ { name: 'tipamount', type: 'int', minValue: 1, defaultValue: 10, label: 'Minimum tokens required to avoid insult' } , { name: 'tipmsg', type: 'str', minLength: 8, maxLength: 128, defaultValue: '**** WOW @ YOURE A CHEAP-O **** ', label: "Tip insult message, @ = 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); cb.chatNotice(tipmsg, tipper); } }); function init() { } init();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.