|
|
Colors0
// Title: Make It Snow (Aspen Snow)
// Author: D(anonymous76321@gmail.com)
// Version: 1.0 (12/31/2013)
// Description: Make it Snow dollars in chat when a minimum tip amount is hit
var colorChoices = ['red', 'green', 'orange', 'blue', 'purple', 'pink'];
cb.settings_choices = [
{name: 'min_tokens', type: 'int', minValue: 1, maxValue: 10000, defaultValue: 500, label: "Minimum Tips to make it Snow"},
{name: 'Snow_amount', type: 'int', minValue: 1, maxValue: 50, defaultValue: 25, label: "Number of lines you want it to Snow"},
{name: 'Snow_color', type: 'choice',
choice1:'Randomize Colors',
choice2:'red',
choice3:'green',
choice4:'orange',
choice5:'blue',
choice6:'purple',
choice7:'pink',
defaultValue: 'Randomize Colors', label: 'Color of Snow (SOON)'}
];
cb.onTip(function(tip) {
if(parseInt(tip['amount']) >= cb.settings.min_tokens) {
globalMessage('*** '+ tip['from_user'] +' made it Snow! ***', '');
for(i=0;i
© Copyright Chaturbate 2011- 2026. All Rights Reserved.