Bots Home
|
Create an App
tstop
Author:
tstop
Description
Source Code
Launch Bot
Current Users
Created by:
Tstop
var cp = { red: "#8f0000", grey: "#808080", green: "#008000", }; cb.onEnter( function ( user ) { var color = ""; color = user["has_tokens"] ? cp.green : cp.red; cb.chatNotice( user['user'] + ' is now cruising the Truckstop... ', "", "", color); } ); cb.onLeave( function ( user ) { var color = ""; color = user["has_tokens"] ? cp.green : cp.grey; cb.chatNotice( user['user'] + ' drove away.. ', "", "", color ); } );
© Copyright Chaturbate 2011- 2026. All Rights Reserved.