[SOLVED] Working with large amounts of code causes internal errors

When I program my game, I like to work with code in the 'code view' part of it. But recently, when I type new code in and go to save it, I can't, because of internal errors. It has happened to the point where I can't use it anymore. If there is some way I can fix this that I am missing, please let me know.
P.S. I use the web editor, if that information may help.


Large amounts of code shouldn't be a problem unless you have connection problems. however, the web editor has a problem with escaping at times, and will give an internal error if your code contains a < or > within a string. Could this be the problem you're running into?

If you want to use those characters, you'll need to put placeholders that you can then replace in the GUI editor, or put them in an attribute somewhere that you can access using the text processor.


That was the issue. Thank you for your help, I appreciate it!


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums