Apps Home
|
Create an App
iqtiptest
Author:
arielmh
Description
Source Code
Launch App
Current Users
Created by:
Arielmh
//Parameters for emoticons and colors in the notice message let total_tipped = 0; let msg_color = cb.settings.light_blue_user_color; let msg_emoticon; let arr = 'arr'; cb.onMessage(function (msg) { let iq = ''; msg['background'] = '#9F9'; if (typeof total_tipped !== 'undefined') { iq ='|' + total_tipped +' IQ | ' ; } msg['m'] = iq + msg['m']; cb.chatNotice(msg); return msg; }); cb.onTip(function(tip){ total_tipped += parseInt(tip['amount']); });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.