|
lator91 Newbie
Joined: 29 Dec 2007 Posts: 2 Location: texas
|
Posted: Sat Dec 29, 2007 2:46 pm
a script parsing issue |
ok here is the issue, when i write a script the coding does not get parsed. When it executes it's parsed. But when reading the coding it's all one lined.
example:
get bread bag;eat bread is the code. Normally you do that, click the save button and it turns from get bread bag;eat bread to:
get bread bag
eat bread
however when i click save, it remains get bread bag;eat bread. Now it executes just fine but much harder to code anything with it.....any assistance would be great |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Dec 29, 2007 6:57 pm |
Well, in your Settings editor, choose a setting, whether it be an alias or whatnot. Then click "Options" in the editor box. Make sure the line "Convert to one line" is not checked. Also, for better looking script printing, make sure pretty printing is checked. Or you could just hit enter after every line of code.
Charneus |
|
|
|
lator91 Newbie
Joined: 29 Dec 2007 Posts: 2 Location: texas
|
Posted: Sat Dec 29, 2007 11:29 pm |
it worked, thank you very much!
|
|
|
|
|
|