This is a resource for developers interested in using Ace.
It contains the following:
---------------
Documentation
---------------
The documentation is still very much a work in progress. Right now there is a usage manual that is fairly complete and covers the basics of Ace. A comprehensive reference manual in the works.
----------
Examples
----------
There are two examples provided in this kit. Combined with the Usage.txt manual, you will hopefully have everything you need to start working with Ace.
AceHello - A pointless variation on the hello world examples. It displays a greeting each time you enter a zone. This addon should let you test out the basic features of Ace. It is also thoroughly documented, so it is a good place to start looking at Ace code.
Coins - This is a functional and fairly robust addon that informs you when you gain or lose money. It uses a lot more of Ace than AceHello, so it can be viewed as a more advanced example.


