Nesting JSX Scripts
Hi everybody,
I have two scripts: 1) Select All Layers 2) Ungroup Artboards.
Now I can put them sequentially in one script, but what if I want to use and chain Select All Layers with a different script in the folder? I have to either comment out Ungroup Artboards and write below it or copy the Select All Layers to a different script.
Is there a way to nest, or @include these scripts collectively into one script, similarly maybe in the fashino mixins are used within SCSS? That way I can modularly pull from an array of scripts into one master sequence without having to copy/paste a bunch of stuff.
Granted, no variable passing would come into question, at least that not what I'm venturing to do at the moment.
Thanks for any syntax suggestions!!
