Question
Extendscript, can I grab script UI from a secondary script, in a tabbed panel in my primary script?
Trying to build a primary script thats referencing a bunch of secondary scripts, instead of running it like a toolbar where the script runs onClick(), i wanted to know if there was a way I could have the actual script window ui in a tabbed panel without just copy pasting the whole script in (so like using #includes and running it from a secondary script)

