I encountered the following error while working on a submod script:
Error in script parser 'damageUnit': global script limit reach
I assume that it's saying there are too many damageUnit scripts across all of my active mods and I can fix the issue by combining similar scripts together to reduce the overhead, but I'd like to clarify some things.
What is the actual # for the limit?
Is there an overall limit for total scripts?
Is there anything that determines which scripts will get discarded after the limit is hit?
Cutting back the total damageUnit scripts by combining will solve it short term but if the base mod I'm submodding for adds more scripts or users want to add further mods on top it will quickly become an issue again, so I'd like exact information to tackle this problem.