Last active
July 1, 2021 22:00
-
-
Save mutterer/52e0be1060bce485016fba66c8284a33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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