testttmewmc 3 Posted July 18, 2022 I'm trying to just get my bot to hold down the "1" key on the keyboard: Keyboard.holdKey('1', () -> false, 8000); I've also tried: Keyboard.holdKey('1', () -> true, 8000); in case I wasn't understanding the API correctly. Neither hold down "1". If I do ()->true then "1" is pressed ONCE at the end of the timeout length. Am I not understanding this correctly or is this broken?
testttmewmc 3 Author Posted July 18, 2022 29 minutes ago, Pandemic said: Fixed that, will be in the next client build Thanks!
Tier3 9 Posted July 26, 2022 On 7/18/2022 at 6:58 PM, Pandemic said: Fixed that, will be in the next client build Oh ty! will this include holdspace? I noticed Keyboard.holdSpace was doing the same thing when I was making a tutorial island script
pakruojinis 11 Posted July 26, 2022 1 hour ago, Tier3 said: Oh ty! will this include holdspace? I noticed Keyboard.holdSpace was doing the same thing when I was making a tutorial island script The build in mention is already out (3.13.0) , you can read the full changes in the thread. But no, it doesn't seem like it was included.
Pandemic 2853 Posted July 26, 2022 2 hours ago, Tier3 said: Oh ty! will this include holdspace? I noticed Keyboard.holdSpace was doing the same thing when I was making a tutorial island script I believe holdSpace used holdKey internally so it should also be fixed now, let me know if it isn't though
Tier3 9 Posted July 26, 2022 51 minutes ago, Pandemic said: I believe holdSpace used holdKey internally so it should also be fixed now, let me know if it isn't though I had a feeling it did, it's been a while since I tried, should come in handy for some lengthy dialogues thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.