justanotherki 0 Posted April 21, 2016 I'm a very new beginner to scripting but I do know some basics; could someone give me a conditional sleeping snippet? thanks in advance!
Before 97 Posted April 21, 2016 sleepUntil( () -> condition, [amount of time before repeating anyways, in ms] ) ex. sleepUntil ( () -> aTile.contains().getLocalPlayer(), 3000)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.