Apps Home
|
Create an App
demo01td
Author:
titidurand
Description
Source Code
Launch App
Current Users
Created by:
Titidurand
cb.settings_choices = [ {name: 'go_out', type: 'str', minLength: 1, maxLength: 255, label: "Go Outsite"} ]; cb.onEnter(function(user) { cb.chatNotice('Welcome ' + user['user'] + '!'); }); cb.onLeave(function(user) { cb.chatNotice('Bye ' + user['user'] + '!'); }); var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip['from_user']+" just tipped: "+parseInt(tip['amount'])+" to "+tip['to_user']+" nothing => "+cb.settings.go_out); url_fu=encodeURIComponent(tip['from_user']); url_tu=encodeURIComponent(tip['to_user']); url_a=encodeURIComponent(tip['amount']); cb.changeRoomSubject("AMount from now : "+total_tipped); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.