Apps Home
|
Create an App
VladMaiTestApp
Author:
cockhero02
Description
Source Code
Launch App
Current Users
Created by:
Cockhero02
cb.settings_choices = [ {name: 'tip_goal', type: 'int', minValue: 1, default: 100}, {name: 'goal_description', type: 'str', minLength: 1, maxLength: 255} ]; var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); }); cb.onMessage(function(msg) { cb.log(msg); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.