@vntricky right now the order of input fields is alphabetic so it is still possible to rename it in a way that it would be in a desired order ("1Use Proxy","2Proxy String",etc.) , but what is the order of actions ? @Fox In any case would be good to know how to change the order if it is possible?
question regarding milliseoncds in sleep function.
-
first of all thanks so much for this awesome program. (it's my first battle with making bots)
i find the sleep being in miliseconds quite annoying and either i completely missed it or it's a bit hidden, but from what i can see there is no option to changehtat from milliseconds to seconds/minutes. are there a way to get around that somehow?
-
@darkdrake you can create custom module with own Sleep function, and then just pass needed length of time.
-
@oyasumi-punpun oh. i dident realize that, thank you so much :=)
-
how that happens? how can i develop my own module? my combobox has numbers from 1 to 24. these represent the hours. When my user chooses 10, the sleep value should be 10000000. I couldn't .... help me @DarkDrake @Oyasumi-Punpun