Apps Home
|
Create an App
Make guest happy
Author:
im_brett_k
Description
Source Code
Launch App
Current Users
Created by:
Im_Brett_K
/// mod changer ☹😐😁 /// goal is set by user. goal - tip ammount = happy. goal divide by 3. divide amount will + levels /// sad :cryingcat3 cb.settings_choices = [ { name: 'Tip_Goal', type: 'int', required: true, minValue:90, maxValue: 999999999999, defaultValue: 1000, label: "Tip Goal" },]; cb.onStart(function () { x /= 3 sad = x mid = x * 2 happy = x * 3 cb.chatNotice('data has been set: ' + sad + " " + mid + " " + happy + " goal is set to " + goal) }); //___________________var storgae________________________ var x = cb.settings.Tip_Goal var goal = cb.settings.Tip_Goal var happy var mid var sad
© Copyright Chaturbate 2011- 2024. All Rights Reserved.