Apps Home
|
Create an App
omer
Author:
wimsie
Description
Source Code
Launch App
Current Users
Created by:
Wimsie
var notices = []; var Goals = ['PM: 5/tkns', 'C2C: 100/session**', 'Lifetime-Email: 75 w/Daily Replies', 'Group Password Show: 50 each but needs >=2 people*', 'WatchYourCam: 50/session**']; var TipMessage = 'You tipped enough for my email. My email address is: urwelcome1988@yahoo.com'; var Tippers = []; var Total = 0; var User1 = 'bytheocean2003'; cb.onEnter(function(user) { var WelcomeMessage = 'Welcome to my room. Thanks for cumming! Talk with me and lets get to know eachother :)'; cb.sendNotice(WelcomeMessage, user['user'], '#ff00ff', '', 'bold'); displayMsg(user); }); cb.onTip(function(tip) { // Auto-response to users who tip var userwhotipped = tip['from_user']; if (tip['amount'] >= 100){ cb.sendNotice(TipMessage, userwhotipped, '', 'green', 'bold'); cb.chatNotice(userwhotipped + ' just got my email by tipping ' + tip['amount']); } Total += tip['amount']; Tippers.push(userwhotipped); RealTotal = tip['amount'] / 2; cb.chatNotice('Total So Far: ' + Total, User1); cb.chatNotice('Actually Earned: ' + RealTotal + '(50% of Tip)', User1); }); function displayMsg(user) { var RoomNotice = "Hey, if you would like me to PM you, just let me know! I do NOT show my face unless we are in private, so please do not ask! It's cheap for a reason... I like it :P"; var username = ''; if(user) username = user['user']; $i = Goals.length; while($i--){ notices += ' [' + Goals[$i] + '] '; } if(username.has_tokens == true){ // Send message to ONLY users with tokens cb.sendNotice(RoomNotice, user['user'], '#ff00ff', '', 'bold'); cb.sendNotice(notices, user['user'], '#ff00ff', '', 'bold'); } if(!user || user == null) cb.setTimeout(displayMsg, cb.settings.advertisement_wait_time * 60000); }; function init() { displayMsg(); }; init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.