Apps Home
|
Create an App
a
Author:
kinkyyuna
Description
Source Code
Launch App
Current Users
Created by:
Kinkyyuna
let choices = 10; cb.settings_choices = [ {name: 'autotext', type: 'str', label: 'Autotext'}, {name: 'autotextOffset', type: 'int', label: 'Minutes between Autotext', minValue: 1, maxValue: 60}, ]; for(let i=0; i<choices; i++){ cb.settings_choices.push({name: 'goal['+i+']', type: 'str', label: 'Goal '+(i+1), required: false}); cb.settings_choices.push({name: 'goal['+i+']tokens', type: 'int', label: 'Goal '+(i+1)+' Tokens', required: false}); } cb.tipOptions(user => { let options = []; for(let i=0; i<choices; i++){ options.push(cb.settings['goal['+i+']']); } return { options: options, label: "Select a goal:" }; });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.