Apps Home
|
Create an App
Netic Test
Author:
netic_test
Description
Source Code
Launch App
Current Users
Created by:
Netic_Test
cb.settings_choices = [ {name: 'customGreeting', label: 'Secondary Greeting', type: 'str', minLength: 1, maxLength: 255, defaultValue:'Enjoy your stay!'} ]; function sendGreeting() { cb.onEnter(function(user) { if(cb.settings_choices.customGreeting == null) { cb.sendNotice('Welcome, ' + user['user'] + '!'); } else { cb.sendNotice('Welcome, ' + user['user'] + '!' + cb.settings_choices.customGreeting.defaultValue); } }); } function main() { sendGreeting(); } main();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.