Difference between revisions of "Category talk:Scripting"
Jump to navigation
Jump to search
→Script Limit: some numbers from a script that hit the limit
imported>DragoonWraith (divided this page up some, and answered a few things) |
imported>DragoonWraith (→Script Limit: some numbers from a script that hit the limit) |
||
Line 1: | Line 1: | ||
== | ==Script Limit== | ||
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. | ||
Line 6: | Line 6: | ||
:[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 21:02, 29 June 2006 (EDT): There '''is''' a limit. It's quite large for regular scripts, but result scripts it's only 1024 characters. | :[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 21:02, 29 June 2006 (EDT): There '''is''' a limit. It's quite large for regular scripts, but result scripts it's only 1024 characters. | ||
::[[User:DragoonWraith|<font face="Oblivion,Daedric" size=3>D</font>ragoon <font face="Oblivion,Daedric" size=3>W</font>raith]] [[User_talk:DragoonWraith|<font face="Oblivion,Daedric" size=2>TALK</font>]] 16:44, 4 July 2006 (EDT): I have a script that hit the limit, which appears to be ''character''-based rather than ''line''-based. After hitting the limit, I copied it into Word and ran a Word Count, and here's what I got: | |||
Pages 24 | |||
Words 4,521 | |||
Characters (no spaces) 25,667 | |||
Characters (with spaces) 31,472 | |||
Paragraphs 649 | |||
Lines 1,296 | |||
::I'm not sure which version of "characters" we should be looking at, but because I wasn't able to complete the line I was on, it definitely is character based. | |||
== If / Elseif / Else explanation == | == If / Elseif / Else explanation == |