Timer control
From SmartBots Developers Docs
Bot PlaygroundBuilt-in Functions(Redirected from Bot Playground/Commands/Timer control)
Jump to: navigation, search
Standard timer control routines of JavaScript: setTimeout, setInterval etc.
setTimeout(function() { console.log("This is a timer event!"); }, 5000);
You can use standard JavaScript timer routines:
- Timer control