Skip to content

Instantly share code, notes, and snippets.

@mutterer
Last active July 1, 2021 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mutterer/52e0be1060bce485016fba66c8284a33 to your computer and use it in GitHub Desktop.
Save mutterer/52e0be1060bce485016fba66c8284a33 to your computer and use it in GitHub Desktop.
var x=setup();
macro "Play Action Tool - C0f0H000ff800C000G000ff800" {
run("Boats");
run("Spectrum");
}
function setup() {
print ("Press play tool to run macro");
return 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment