Bots Home
|
Create an App
new_topic
Author:
philwhelp
Description
Source Code
Launch Bot
Current Users
Created by:
Philwhelp
cb.settings_choices = [ {name:'roomSubject',label:"room Subject", type: 'str', minLength: 1, maxLength: 255, value:"welcome to my room/ goal is : {goal} / {tags} "} ]; roomSubject = cb.settings.roomSubject; goalSubject = "naked"; tags = "#naked #cum #squirt"; remaining = 100; var mapObj = { "{goal}" : goalSubject, "{tags}" : tags, "{remaining}" : remaining, }; function check_obj(e, x) { return e.includes(x); } function load_topic() { var e = roomSubject ? roomSubject : "{goal}"; e = e.replace(/\{goal\}|\{tags\}|\{remaining\}|\{.*}/g, function(matched){return mapObj[matched] ?mapObj[matched] : "";}); cb.changeRoomSubject(e); } load_topic();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.