Bots Home
|
Create an App
0987654
Author:
jayson_patterson
Description
Source Code
Launch Bot
Current Users
Created by:
Jayson_Patterson
var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); }); function callme() { cb.chatNotice("hello world"); cb.setTimeout(callme, 10000); } var id = cb.setTimeout(callme, 10000) cb.cancelTimeout(id);
© Copyright Chaturbate 2011- 2024. All Rights Reserved.