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??