- Joined
- Feb 23, 2018
- Messages
- 6
- Thread Author
- #1
How does delays work together?
// code example for LoopingBot \\
public void onStart() {
setLoopDelay(200,400); // let's say it produces y
public void onLoop() {
Execution.delay(x);
}
Is the final delay between loops x+y or x?
And what would be answer if to use Thread.sleep(x) ?
(also how can I join Runemate Slack channel?)
// code example for LoopingBot \\
public void onStart() {
setLoopDelay(200,400); // let's say it produces y
public void onLoop() {
Execution.delay(x);
}
Is the final delay between loops x+y or x?
And what would be answer if to use Thread.sleep(x) ?
(also how can I join Runemate Slack channel?)