
Home - Forum - Code - Articles - Links - Files
A ProtoMUCK MUF syntax for UltraEdit by Skye. Add this section to the end of your wordfile.txt, changing the number after "/L" (here "8") to the next number after the last one in your wordfile.txt.
A syntax highlighting definition for the Textpad text editor.
A 32x32 icon for MUF (or MPI) program files, as seen in The muf Den's logo image.
A quick script for normalizing whitespace in a MUF program file, for uploading readably to a MUCK.
This is a Perl 5 script for counting up how much text, whitespace, and comments are in a MUF program. It reads from stdin and writes to stdout, so using it should be something like: ./whitespace.pl < myprogram.muf . Try Perl.com for information on Perl.