These articles will teach you how to code for AresMUSH.
Table of Contents
There are several tutorials designed to introduce you to Ares coding step by step. It’s recommended that you do these in order, since they all build on each other.
Learn the basic Ares functions and code concepts.
Learn what tools you use to edit the Ares code.
Learn how to add a command (a simple ‘goals’ command to set character goals.)
Learn the anatomy of a more complex system (aka a plugin) from start to finish. The example uses the Cortex skills system.
Learn how to add things - in this case, the character goals from Tutorial #3 - to the web portal.
Once you’ve completed the initial tutorials, there are a wealth of other topics available for reference.