Skip to content

Instantly share code, notes, and snippets.

@mutterer
Created February 8, 2021 13:26
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/9af3f054c57ddeb7287f91f88288c9b1 to your computer and use it in GitHub Desktop.
Save mutterer/9af3f054c57ddeb7287f91f88288c9b1 to your computer and use it in GitHub Desktop.
Example Menu Tool
var menu = newMenu( "Test Menu Tool",
newArray("Red","Green","Blue","-","Sample Image"));
macro "Test Menu Tool - T0h20M" {
cmd = getArgument();
if (cmd=="Sample Image")
run("Blobs");
else
run(cmd);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment