Skip to content

Instantly share code, notes, and snippets.

@milushov
Created October 31, 2012 13:07
Show Gist options
  • Save milushov/3986943 to your computer and use it in GitHub Desktop.
Save milushov/3986943 to your computer and use it in GitHub Desktop.
setInterval(function() {
d0 = app.divers[0];
d1 = app.divers[1];
d2 = app.divers[2];
console.log(d0, d1, d2);
console.log(d0.air.toFixed(2)+' ', d1.air.toFixed(2)+' ', d2.air.toFixed(2));
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment