Bots Home
|
Create an App
testTimeOut
Author:
ardchism
Description
Source Code
Launch Bot
Current Users
Created by:
Ardchism
var x = 0; function callme() { cb.chatNotice("hello world " + x); var id = cb.setTimeout(callme, 5000); x++; if(x == 10){ var body = window.document.getElementsByTagName("body")[0]; cb.chatNotice("10 writes reached!!!" + body); cb.cancelTimeout(id); } } cb.setTimeout(callme, 10000);
© Copyright Chaturbate 2011- 2024. All Rights Reserved.