Apps Home
|
Create an App
Hyper App
Author:
acrossthebay
Description
Source Code
Launch App
Current Users
Created by:
Acrossthebay
function addGoalSettings() { var choices = []; for (var goalIndex = 0; goalIndex < 10; goalIndex++) { var goalOrdinal = goalIndex + 1; var minValue = 0; var required = false; if (goalIndex == 0) { minValue = 1; required = true; } var descriptionSetting = { name: "goal_description_" + goalOrdinal, label: "Goal #" + goalOrdinal + " Description", type: "str", minLength: 1, maxLength: 255, required: required } var amountSetting = { name: "goal_amount_" + goalOrdinal, label: "Goal #" + goalOrdinal + " Token Amount", type: "int", minValue: minValue, defaultValue: 80, required: required, }; choices.push(descriptionSetting); choices.push(amountSetting); } cb.settings_choices = choices; } function main() { cb.changeRoomSubject("I'm just trying this thing aoot."); addGoalSettings(); } main();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.