I've been working on a script that has hundreds of radiobuttons put into groups, and the groups are on tabs. They have worked fine and all my event listeners have been working. I even created for loops to reduce the number of listeners I would need but I need 1 loop for every group so I think I'm overwhelming illustrator as they have all suddenly stopped working.
Is there really a limit to the number of event listeners you can have? Also is there a code line limit because I'm already up to line 1406 and I've got a ways to go, I'm making one script to end all scripts for the company that I work for that has every option and can do everything that they ask in one spot. I'd post the entire code but it keeps throwing Error m5 and I'm not sure if its some of the item names or if it is just to long.