Thanks. “Copy as JavaScript” is generating code that doesn’t throw errors like the Alchemist plugin did, and putting the keys in quotes allows my JS editor to distinguish them from JS reserve words, like “null”.
Converting actions with “play” action commands to batchPlay is still proving to be an extremely tedious process. I’m having to break up all of my actions into multiple functions at every “play” action command and some of my actions run seven actions deep.
I’d be curious if I’m missing any tools that might streamline this process. Thanks again.