Apps Home
|
Create an App
testCute
Author:
cutesky
Description
Source Code
Launch App
Current Users
Created by:
Cutesky
var total_tipped = 0; var cantidad = 0; var red = '#FFCCCC'; var blue = '#C4DAFC'; //var purple = '#E1C4F4'; var olive = '#D4D407'; var yellow = '#FFF972'; cb.onEnter(function(viewer){ cb.sendNotice('--------'+"\n* F A S T E R ! - Speed: "+'1000'+"\n"+'------','','#EEE5FF','#6900CC','bold'); }); cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']); from = tip['from_user']; to = tip['to_user']; cantidad = tip['amount']; mensaje = tip['message']; if(cantidad >= 1 && cantidad < 15){ cb.sendNotice('--------'+"\n* F A S T E R ! - Speed: "+'1000'+"\n"+'------','','#EEE5FF','#6900CC','bold'); } cb.drawPanel(); }); cb.onDrawPanel(function(user) { return { 'template': '3_rows_12_21_31', 'row1_label': 'Score', 'row1_value': total_tipped, 'row2_value': 'val1'+' | '+'val2 ', 'row3_value':'tested' } });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.