Apps Home
|
Create an App
EstimControlBy_StimMeUp
Author:
stimmeup
Description
Source Code
Launch App
Current Users
Created by:
Stimmeup
cb.changeRoomSubject("Want to control my toy. Ask me and type the commands below."); cb.onDrawPanel(function(user) { return { 'template': '3_rows_of_labels', 'row1_label': 'Jerking Speed:', 'row1_value': ' j+ , j- ' , 'row2_label': 'Intensity:', 'row2_value': ' v+ , v-' , 'row3_label': '1 Single Stroke or off', 'row3_value': 's or off' }; }); cb.onMessage(function(msg) { if (msg['m'] == 'j+') { cb.chatNotice('Jerking speed increased' ); } if (msg['m'] == 'j-') { cb.chatNotice('Jerking speed decreased' ); } if (msg['m'] == 'v+') { cb.chatNotice('Intensity increased' ); } if (msg['m'] == 'v-') { cb.chatNotice('Intensity decreased' ); } if (msg['m'] == 'off') { cb.chatNotice('Switched off. j+ to restart' ); } if (msg['m'] == 's') { cb.chatNotice('1 stroke given. To continiously stroke j+' ); } });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.