Apps Home
|
Create an App
miapp test
Author:
secheverric
Description
Source Code
Launch App
Current Users
Created by:
Secheverric
function inicio(){ cb.sendNotice("hello world") } cb.onDrawPanel(function(user) { return { 'template': '3_rows_of_labels', 'row1_label': 'Tip Received / Goal :', 'row1_value': '0', 'row2_label': 'Highest Tip:', 'row2_value': user['user'], 'row3_label': 'Latest Tip Received:', 'row3_value': '0' }; }); cb.onTip(function (tip) { total_tipped = parseInt(tip['amount']) cb.chatNotice("tips: " + total_tipped+"<3"); cb.chatNotice(tip); }); inicio();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.