Apps Home
|
Create an App
TEST NX1
Author:
nixellll0924
Description
Source Code
Launch App
Current Users
Created by:
Nixellll0924
tipper = ""; cb.settings_choices = [ { name: 'welcomeMessage', type: 'str', minLength: 10, maxLength: 128, defaultValue: "Welcome", label: 'Enter a welcome message' }, { name: 'color', type: 'str', minLength: 1, maxLength: 128, defaultValue: "ยท000", label: 'Enter a color' } ]; cb.onTip(function (tip) { tipper = tip['from_user']; cb.chatNotice(cb.settings.tipamount, tipper); }); cb.onMessage(function (msg) { msg['background'] = cb.settings.color; return msg; }); function init() { } init();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.