|
|
Make Me Melt
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(':snowmanmelt '+ tip['from_user'] +' made it Snow! :snowmanmelt ', '');
for(i=0;i
© Copyright Chaturbate 2011- 2026. All Rights Reserved.