Apps Home
|
Create an App
test ontip
Author:
toycali
Description
Source Code
Launch App
Current Users
Created by:
Toycali
var total_tipped = 0; cb.onDrawPanel(function() { return { 'template': '3_rows_12_21_31', 'row1_label': 'Test ', 'row1_value': '500', 'row2_value': '111', 'row3_value': total_tipped }; }); cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']); cb.chatNotice("Total Tipped: " + total_tipped); cb.drawPanel(); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.