Ive been workin on a level editor the last few days and now that its finished enough to start testing in actual use Ive hit a pretty big snag and I cant tell exactly where its comin from.
Im hittin a limit on the length of a string at 2000 characters. I cant tell if thats the limit of the string inside c2 or the limit of the characters that can be put into the input box of the Dialog Box plugin.
Ive looked at the plugin code and cant see anywhere that looks like it would effect the that could it could be some general javascript limit as well.
Anyone have any input that might help?