Nate Smith
Nate Smith
if you're interested in contributing to this project but aren't sure how, please leave a comment here and we'll work something out :D
WIP just notes so far
This issue covers the first pass on documentation for WITCH scripting. This should: - be aimed at people who have never programmed before - be aimed at people who aren't...
This covers writing up a document on: - how to start tmclient - how to configure tmclient - how to create an account - how to log in - how...
this issue covers writing a document that: - talks about "how to play"; ie, how a mush differs from something like IRC - has a FAQ - explains all the...
i thought i had fixed this but apparently not. in a room with three teleport stones to very differently-named rooms (hallway, front lawn, and storage room), i expected to be...
tell-sender used to perform an arbitrary action on a sender. this is being taken out, but the macro is being reused in a more literal way--it's used to send a...
Right now commands work like this: 1. client sends command 2. server attempts to execute it 3. if there is a `UserError`, we send red text 4. if there are...