Apps Home
|
Create an App
gr_test_app
Author:
golden_rod_xix_apps
Description
Source Code
Launch App
Current Users
Created by:
Golden_Rod_Xix_Apps
var some_user = "" var some_amount = 0 var RT=18 // Running Total var F=0 // line factor var Line="\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A0\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1\u25A1" var stat='Begin Tipping Tug-O-War'; cb.onTip(function(tip) { some_user = tip.from_user; some_amount = parseInt(tip.amount); if (RT<28) { F=100; stat='Tip... Tip... Tip'; cb.sendNotice("Tip... Tip... Tip" , '', '' , '#DA70D6','bolder'); }else if (RT<33) { F=200; stat="Don't stop tipping now"; cb.sendNotice("Don't stop tipping now" , '', '' , '#DA70D6','bolder'); }else { F=1000; stat='Keep tipping, almost there!'; cb.sendNotice("Keep tipping, almost there!" , '', '' , '#DA70D6','bolder'); } RT=RT+(some_amount/F); RT=+RT.toFixed(2); dl(); }); var Tf=20; cb.setTimeout(Tm, 1000*Tf); function Tm() { if (RT<4) { RT=RT-0.1; stat='We can still win this, start tipping now!'; cb.sendNotice("We can still win this, start tipping now! :smile" , '', '' , '#DA70D6','bolder'); }else if (RT<9) { RT=RT-0.5; stat="It's not too late to start tipping"; cb.sendNotice("It's not too late to start tipping" , '', '' , '#DA70D6','bolder'); }else if (RT<18) { RT=RT-1; stat='Your tips can turn this around'; cb.sendNotice("Your tips can turn this around" , '', '' , '#DA70D6','bolder'); }else { RT=RT-1; } if (RT<0){ RT=0; stat='The battle has been lost'; cb.sendNotice("The battle has been lost... time to say good night!" , '', '' , '#DA70D6','bolder'); } RT=+RT.toFixed(2); dl(); cb.setTimeout(Tm, 1000*Tf); } function dl() { Line=''; Len=Math.floor(RT); for(var i=1;i<=Len;i++){ Line=Line+'\u25A0'; } for(var i=1;i<=36-Len;i++){ Line=Line+'\u25A1'; } cb.drawPanel(); } cb.onDrawPanel(function(user) { return { 'template': '3_rows_11_21_31', 'row1_value': 'Tipping Tug-O-War', 'row2_value': Line, 'row3_value': stat, }; });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.