Difference between revisions of "Category talk:Scripting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Eallman
(Limit to script lines? Or a bug?)
 
imported>Eallman
m
Line 1: Line 1:
Is there a limit to the number of lines a script can contain?  I'm currently editing a script with about 52 lines (including debug code to later be stripped), and the CS refuses to save changes beyond a certain point.  If I click on the save button, and then try to edit the script editor, I get the "do you want to save this script" message; if I say "yes", it just returns me to the editor.  If I say "no", it closes the editor but the changes are not saved.
Is there a limit to the number of lines a script can contain?  I'm currently editing a script with about 52 lines (including debug code to later be stripped), and the CS refuses to save changes beyond a certain point.  If I click on the save button, and then try to edit the script editor, I get the "do you want to save this script" message; if I say "yes", it just returns me to the editor.  If I say "no", it closes the editor but the changes are not saved.
It _appears_ taht if I put any function below line 39, it causes a problem (endifs and EDNS are fine).  Perhaps I'm just doing something wrong?

Revision as of 11:28, 4 April 2006

Is there a limit to the number of lines a script can contain? I'm currently editing a script with about 52 lines (including debug code to later be stripped), and the CS refuses to save changes beyond a certain point. If I click on the save button, and then try to edit the script editor, I get the "do you want to save this script" message; if I say "yes", it just returns me to the editor. If I say "no", it closes the editor but the changes are not saved.

It _appears_ taht if I put any function below line 39, it causes a problem (endifs and EDNS are fine). Perhaps I'm just doing something wrong?