Quote from: Crimson Wizard on Sat 03/12/2022 21:42:47Please tell which version of AGS are you using, and what error message do you get? Also, do you get error in the editor or when running the game?It is now fixed, I downloaded version 3.6 and it works perfectly.
If this is a error you're getting when compiling the script, that's likely a limitation of compiler, and may be avoided by splitting the text into 2 or more parts, and appending them together using String.Append or String.Format.
EDIT: Ah, it looks like this limit was also removed in 3.6.0 already. But it may still exist in previous versions.