diff --git a/ee b/ee new file mode 100644 index 0000000..3652099 --- /dev/null +++ b/ee @@ -0,0 +1,24 @@ +mySelection = app.activeDocument.selection; +myDoc = app.activeDocument; +if (mySelection instanceof Array) +{ + selSwatches = myDoc.swatches.getSelected(); + + if(selSwatches.length != 0) + for (i=0; i