<h2>Classes</h2>
These are nice data types for dealing with...  Data!<p>
<ul>
<li><a name="class_teaching_skill">
teaching_skill</a><pre>
class teaching_skill {
                       string skill;
                       int lvl;
                       int num;
                       int xp;
                       object teacher;
                       object taught;
                       object room;
}

</pre><br/>
The class to keep track of everything to do with teaching a skill.
<p>

</ul>
[an error occurred while processing this directive]

