Back To MUSHii Page

MUSHii Tutorial: Drawing A Picture


Let's suppose we've opened MUSHii, and drawn this delightful picture. Now we want to convert it to MUSHCode so we can use it.

We would click on the menu item "Go!", and the following dialog would appear:

The Output Settings dialog allows you to tell MUSHii how you want the picture to be converted. The big text box where you see "%r" is the text that will separate each line of characters in the picture. Since "%r" is the code to make a return in MUX and MUSH, it is the default output separator. Click on "Ok" to accept these settings, and MUSHii will generate the code and give it to you, like so:

The code is selected, so press Control and C to copy the text. Then go to your MUSH/MUX client, and type Control plus V to paste the code:

In standard MUSH/MUX code, you could type "think <that code>" to view the code. To make it a description of a room, "@desc here=<that code>".