Bots Home
|
Create an App
Gay men truth or dare
Author:
crucut1990
Description
Source Code
Launch Bot
Current Users
Created by:
Crucut1990
cb.onBroadcastStart(user => { cb.chatNotice(user['user'] + ' started broadcasting!'); }); cb.onBroadcastStop(user => { cb.chatNotice(user['user'] + ' stopped broadcasting!'); }); /* Layout is roughly {row1_label}: {row1_value} {row2_label}: {row2_value} {row3_value} */ cb.onDrawPanel(function(user) { return { 'template': '3_rows_12_22_31', 'row1_label': 'Tip Received / Goal :', 'row1_value': '0', 'row2_label': 'Highest Tip:', 'row2_value': user['user'], 'row3_value': '0' }; }); cb.onFanclubJoin(user => { cb.chatNotice(user['user'] + ' has joined my fan club!'); }); cb.onStart(user => { cb.chatNotice(user['user'] + ' started an app!'); }); cb.onUnFollow(user => { cb.chatNotice(user['user'] + ' has stopped following!'); }); var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.