Skip to content

Instantly share code, notes, and snippets.

@baudday
Last active April 13, 2018 19:00
Show Gist options
  • Save baudday/a6046725654394a09b2e6a092423a595 to your computer and use it in GitHub Desktop.
Save baudday/a6046725654394a09b2e6a092423a595 to your computer and use it in GitHub Desktop.
function counterValue() {
var s = "000000000" + Math.round(effect("Point Control")("Point")[0]);
return s.substr(s.length-9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment