ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

Script overwrites clicks rather then incrmenting them #22

Closed brickmaster32000 closed 9 years ago

brickmaster32000 commented 9 years ago

From the looks of it if you manually click they will be overwritten by the script when it updates the number of clicks.

DannyDaemonic commented 9 years ago

I assume this is intentional. The game itself limits you to 18 clicks, so there's no advantage to doing more. I suppose it could use the max of the user clicks vs auto generated clicks, but again, it won't benefit you.

DannyDaemonic commented 9 years ago

See this post on Reddit for more information.

ensingm2 commented 9 years ago

Yeah, this was intentional, I figure I might as well made it an addition though for people who want to do both, so I did a little bit ago.