I was wondering how I would go about making a counter in bot chief?
Im trying to record everytime I click a certain button, and then rest for a certain amount of time after...say...100 clicks or actions.
Does anyone have any advice as to what would be the best way to do this??
Thanks for your time and consideration. :)
P.S.
I was thinking maybe write a 1 for every action in a .txt file....then count the lines every action and if there are 100 lines then take a break. BUT I'm not sure how to do that??
I'm in developer version of botchief editor.
When I use the "Find Control" function (for a follow button), I save it as "Button" (as a control variable).
Then I write an IF statement.
When I test the control variable in the IF statement it keeps returning as False when it should be "True".
How can I get it to return "True" when it just found the control displsayed the "Success" message?
Hello there,
I was wondering how I would go about making a counter in bot chief?
Im trying to record everytime i click a certain button, and then rest for a certain amount of time after...say...100 clicks or actions.
Do you have any advice as to what would be the best way to do this??
Thanks for your time and consideration...
I was thinking...maybe write a 1 for every action in a .txt file....then count the lines every action and if there are 100 lines then take a break. BUT I'm not sure how to do that?