Thanks. I wonder if I have too many strings? I tried splitting the big function into several parts, and got the same error message. The module contains seven thousand strings, and there are other modules of a similar size.
Before using AGS I used Sludge, and Sludge had a 65,500 String limit. So I wrote some code to compress entire conversations into a single string. It was ugly and awkward but it worked. Do you think I need to do the same with AGS? Or could there be some other problem at work here?
Before using AGS I used Sludge, and Sludge had a 65,500 String limit. So I wrote some code to compress entire conversations into a single string. It was ugly and awkward but it worked. Do you think I need to do the same with AGS? Or could there be some other problem at work here?