Apps Home
|
Create an App
PlayWithMe
Author:
coco_dev
Description
Source Code
Launch App
Current Users
Created by:
Coco_Dev
//Enter chat room cb.onEnter(function(user) { cb.chatNotice('Welcome ' + user['user'] + '!',user); cb.chatNotice('Try my new app.',user); cb.chatNotice('Use it like this:',user); cb.chatNotice('"Spank:Ass:4"',user); }); // GetChatMessage cb.onMessage(function (msg) { var ChatMessage = msg['m']; var Command = ChatMessage.split(":"); switch(Command.length) { case 3: doWhatNrOfTimes(Command[0], Command[1], Command[2], msg['user']); break; case "showass": cb.chatNotice("Show ass time"); break; default: // code block } return msg; }); function doWhatNrOfTimes(whatToDo, whereToDo, nrOfDoes, user){ cb.chatNotice(user + " wants Coco Cunt to " + whatToDo + " her " + whereToDo + " " + nrOfDoes + " times.",'','#9F9'); for (var i = 1; i <= nrOfDoes; ++i){ doSetTimeout(i); } } function doSetTimeout(i) { cb.setTimeout(function() { cb.chatNotice(i +"!",'','#9F9'); }, 10000 + (5000 * i)); }
© Copyright Chaturbate 2011- 2025. All Rights Reserved.