Script to call scripts with actions.
Hello, I'm a complete begginer to Illustrator scripting and I hope you can help me with this problem. I'm trying to:
Call an action within an action set using Jsx. My problem is that using app.doScript() to call on the action does not load the steps in the action that uses scripts.
Ex. ACTION1
1. Alignment
2. Color
3. JSX Script
If I just run ACTION1 on its own, it completes all steps. But when I use app.doScript(), it runs steps 1 and 2, but gets a "currently not available" on step 3. I know that I can just use a single script to achieve the objective of all 3 steps, but I have multiple actions that have combinations of recorded steps + script so I can't redo them all.
Is there a way around this?
