Tcl Code in PennMUSH

I just found the TCL patch for PennMUSH and have already fallen in love with it. Unfortuantly it's documentation is rather lacking, so I'm going to document it here as I go along, then others can benefit from my documenting it too.

If you know nothing about the TCL language, I suggest buying a good book on TCL (I can reccomend "Practical Programming in Tcl and Tk" by Welch) or start reading man pages. For a quick reference, you might want to look at materials I have that I used when teaching a ~5 hour TCL crash course.

I've been writing some MUSH-helpfile documentation for the TCL commands. It isn't done yet, but here is what I have done.

Note: procedures may not be named the same thing the function on the mush is named. 'addfunc foo foo ...' doesn't work, it needs to be 'addfunc foo foo_f ...'.

 Home MUSH Sitemap