Bots Home
|
Create an App
riley bounce
Author:
rileydolly
Description
Source Code
Launch Bot
Current Users
Created by:
Rileydolly
cb.settings_choices = [ { name: 'bounce_goal', label: 'Meta de rebotes', type: 'int', minValue: 1, defaultValue: 100 } ]; var total_bounces = 0; function updatePanel() { cb.panel = `🎀 Recuento de rebotes: ${total_bounces} / ${cb.settings.bounce_goal}`; } cb.onTip(function(tip) { total_bounces += tip.amount; updatePanel(); }); cb.onEnter(function() { updatePanel(); });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.