*************************************** * How to use the Output Window in JMC * * Written By Aikios the Maia 02/2004 * *************************************** After sitting down toying with the idea of having narrates and other text in another window (the output window) I decided to actually sit down and figure out how to use it. You can do alot of nice things with this output window Here are just a few that I use. #action {%1 tells you %2} {#output {green} (Tell) %1: %2;#drop} {5} {default} #action {%1 narrates %2} {#output {brown} (Narrate) %1: %2;#drop} {5} {default} Bascially what these above ones do is put all tells and narrates into a separate window. You will need to change Mume's output width to about 250 with the command Cha width 250 Also, you will need to go to options and make sure the output window is opened. This one below shows you who opens and closes doors and highlights them. #action {%1 closes the %2} {#output {bold, b blue} %1 closes %2} {5} {default} #action {%1 opens the %2} {#output {bold, b light magenta} %1 OPENS %2} {5} {default}