Apps Home
|
Create an App
test142
Author:
jasson142
Description
Source Code
Launch App
Current Users
Created by:
Jasson142
cb.drawPanel() var total_tipped = 0; var lastTip = 0; var high = ''; var highTip = 0; cb.onDrawPanel(function(user) { cb.chatNotice(user); return { 'template': '3_rows_of_labels', 'row1_label': 'Tip Received / Goal :', 'row1_value': total_tipped, 'row2_label': 'Highest Tip:', 'row2_value': high + ' - ' + highTip, 'row3_label': 'Latest Tip Received:', 'row3_value': lastTip }; }); cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) lastTip = parseInt(tip['amount']) if(highTip < parseInt(tip['amount'])){ highTip = parseInt(tip['amount']) high = tip['from_user'] } });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.