Scripting, Code & Interaction: Difference between revisions

Line 169: Line 169:


==Error: "(line xyz): incorrectly terminated character constant"==
==Error: "(line xyz): incorrectly terminated character constant"==
''Every time I run my game I get the error message "Error (line xyz): incorrectly terminated character constant". I checked line XYZ and I can't see a thing wrong with the script. I don't use any foreign characters using ASCII value above 128. What's wrong?''
Check to see that the text in your command on that line (or near that line) does not use more than 200 characters at a time in a string. Examples include '''Display()''' commands and derivatives thereof. Split long lines up into multple lines.
==Slowing down your loops==
==Slowing down your loops==
==Creating your own custom functions==
==Creating your own custom functions==