Apps Home
|
Create an App
FollowMe Goal
Author:
darktiper
Description
Source Code
Launch App
Current Users
Created by:
Darktiper
cb.settings_choices = [ {name:"goal", label:"Goal Description", type:"str"}, {name:"amount", label:"Follower Amount Requirement", type:"int", defaultValue:100}, {name:"bgcolor", label:"Background Color", type:"str", defaultValue:"#000"}, {name:"fgcolor", label:"Text Color", type:"str", defaultValue:"#FFF"} ] let preventSpam = [], followerplus = 0 followerminus = cb.settings.amount; cb.onFollow(user => { followerplus++; followerminus--; if(preventSpam.includes(user.user) == false) { preventSpam.push(user.user) if(followerminus > 0) { cb.sendNotice(user.user+" is now following me\nFollower Goal: "+cb.settings.goal+" ("+followerplus+"/"+cb.settings.amount+" = "+followerminus+" left)", "", cb.settings.bgcolor, cb.settings.fgcolor, "bold") }else if (followerminus == 0) { cb.sentNotice(user.user+" is now following me\nFollower Goal: "+cb.settings.goal+" has been reached !!!", "", cb.settings.bgcolor, cb.settings.fgcolor, "bold") }else if(followerminus < 0) { cb.sendNotice(user.user+" is now following me", "", cb.settings.bgcolor, cb.settings.fgcolor, "bold") } } })
© Copyright Freesexcam 2011- 2024. All Rights Reserved.