Scripts look weird in NotePad.
Some scripts look very odd when viewed in Notepad or other basic text editors, with lots of little boxes instead of line breaks. (See included example pic.) These scripts use a different style of line breaks instead of the DOS/Windows-style line breaks. This shouldn't affect the actual operation of the script, as RunUO can handle that, but can make the script difficult to modify if your text editor doesn't handle the formatting gracefully.
There are a few possible solutions or work-arounds for this problem.
As with anything that involves modifying a file, make sure you have a backup first.
You can:
Load the script with WordPad, formerly called Write. (Included with Windows, under Programs->Accessories) The script should look normal with that program. Now save it. This will convert the file to use the type of line breaks that Windows expects to see.
Or you can simply load the script with a program that can handle these type of line breaks. WordPad handles that just fine, though it will convert it when saved. JEdit, SharpDevelop, and many others (including VI/VIM =) will edit the file but preserve the type of line breaks that were originally used, unless otherwise instructed.
Good luck! ^.^
|