Bots Home
|
Create an App
Jessica's Catch Phrases
Author:
llusiveman1984
Description
Source Code
Launch Bot
Current Users
Created by:
Llusiveman1984
var responses = ["BAM!", "GOSPEL!!", "BADASS!!!"]; cb.onTip(function (tip) { var output; var amount = parseInt(tip['amount']); if(amount < 25) { output = responses[0]; } else if(amount >= 25 && amount < 100) { output = responses[1]; } else if(amount >= 100) { output = responses[2]; } cb.chatNotice(output); }); function init(){ cb.chatNotice("Jessica's Catch Phrases by Llusiveman1984 is now running! Please tip to see one of her catch phrases!"); } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.