Apps Home
|
Create an App
testing1983
Author:
milspec69
Description
Source Code
Launch App
Current Users
Created by:
Milspec69
var lastTipReceived = 0; var tipsRemaining = 500; cb.onEnter(function(user) { cb.chatNotice('Welcome ' + user['user'] + '!'); }) cb.onTip(function(tip) { lastTipReceived += parseInt(tip['amount']); cb.chatNotice(tip['amount']); tipsRemaining = tipsRemaining - lastTipReceived cb.chatNotice(tipsRemaining); cb.changeRoomSubject (tipsRemaining + " until Goal"); lastTipReceived = 0; })
© Copyright Chaturbate 2011- 2025. All Rights Reserved.