Joseph Posted October 10, 2014 Share Posted October 10, 2014 (edited) Could you explain to me how it works. I understand the logic but how do I use it in my script. I tried using it after an interaction. It wasnt spam clicking, but it didn't sleep until the condition was inverted. Edited October 10, 2014 by josedpay Link to comment Share on other sites More sharing options...
Swizzbeat Posted October 10, 2014 Share Posted October 10, 2014 It will sleep while the condition evaluates to false and the timeout hasn't expired. Link to comment Share on other sites More sharing options...
Joseph Posted October 10, 2014 Author Share Posted October 10, 2014 (edited) It will sleep while the condition evaluates to false and the timeout hasn't expired. I edited my op. Could you supply me with an example. i got it to work Edited October 10, 2014 by josedpay Link to comment Share on other sites More sharing options...
Eliot Posted October 10, 2014 Share Posted October 10, 2014 Glad you got it to work. ;) 1 Link to comment Share on other sites More sharing options...
FrostBug Posted October 10, 2014 Share Posted October 10, 2014 For the record, don't supply it a Runnable that performs any type of Event (From the constructor that takes a Runnable). The runnable is called many times per second as well. Link to comment Share on other sites More sharing options...
Joseph Posted October 10, 2014 Author Share Posted October 10, 2014 For the record, don't supply it a Runnable that performs any type of Event (From the constructor that takes a Runnable). The runnable is called many times per second as well. Naw all I did was the same as before but I actually used the built in sleep method which I over looked Link to comment Share on other sites More sharing options...