In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
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