Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
This code will cause that bug, it won't make the bot sleep and just bugs out
var a = 1 if (a == 1){ sleep(5000)! }
When I just put it without "if" it works
@Hycore For anyone wondering I solved it with:
_if(VAR_THREAD_INDEX == 1,function(){ sleep(1000)! })!
Oh, ok, got it. I thought that this also meant that there were issues getting data in the script... Thanks for your reply!
try manipulate the method .replace("",') or TRIM function for specific VAR of your parsed
@support When i used int type data in database, BAS still read that as string data, although i now know how to convert it to int data but i want to improve BAS. Thank you