Apps Home
|
Create an App
Tip Calculator
Author:
der4545
Description
Source Code
Launch App
Current Users
Created by:
Der4545
var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); cb.onDrawPanel(); }); cb.onDrawPanel(function(user) { return { 'template': '3_rows_of_labels', 'row1_label': 'Total Tip Received:', 'row1_value': total_tipped, 'row2_label': 'Highest Tip:', 'row2_value': user, 'row3_label': 'Latest Tip Received:', 'row3_value': parseInt(tip['amount']) }; });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.