Okay here is my code, I figured putting it in a its own sub would be best, but I cant figure out how to get it to count the clicks.
set %amountname 12
goSub Multiclick %amountname
Sub Multiclick
start:
for %i 1 %amountname
click %increasex %increasey
(what goes here????)
return
amount name is how many clicks for each different property, so I will have 5 of them each with different names. I got as far as I can go cause I cant find any clear scripts that use counting lol.