EDITOR

EDITOR The following commands are the only ones that will work in the editor and they must be typed on a line by themselves: `.h Will give you a help file within the editor for you to refer to. `.s Will show what you have entered in so far. `.f This will format your what you have written. It should be the last thing you do before exiting the editor. Be warned, formatting will combine lines into paragraphs. If you are writing something in list format or a poem, do not use this command. `.c Will erase everything you have entered into the editor so far. `.ld <num> You can delete any line with this. To see what line a particular sentence is on do .s and that will show you all you have done and the line numbers for each string. `.li <num> <string> This allows you to add a line anywhere you need. The line number you need to know is the one right after where you plan on inserting a line. `.lr <num> <string> This allows you to modify a line that already exist. Just find the number of the line you wish to modify by using .s then just make the changes you need. @ This command will close out the editor and you will return to normal game play. Note for users of zMUD: You may notice that you cannot use any of the commands that require the use of a period. Instead, use a comma (e.g. ,lr instead of .lr)

[Index] [Back] [Random] [Close Window]