I have a large script that produces an error when attempting to open the Properties window in CK. The same message also shows up in the Papyrus log. Specifically, it states:
Is there a limit to the number of variables/properties in a script? This particular script probably contains roughly 1000 variables/properties in the declarations section of the script (most are properties - yes, they're all used). If nothing else I can probably just move some of the code to a separate script and call it from the parent script, but I'd like to know if there's any way to avoid doing that.