|
|
What it says
?? The tipped recently is true but the notice to the user about spending prints out when it should not
cb.onEnter(function(user) {
cb.chatNotice('Welcome ' + user['user'] + '!');
cb.chatNotice(user['tipped_recently']);
if (user['tipped_recently']!='True')
{cb.chatNotice("I see you have not been spending, "+user['user'])};
});
© Copyright Chaturbate 2011- 2026. All Rights Reserved.