Skill Groups

Data File: SkillGrp.mul

Data:

Dim groupCount As Integer

List Groups(groupCount):
   Dim groupName(17) As Char

Dim table(?) As Integer ' Contains which group a skill is in.

The table array extends to the end of the file.
To determine which group a skill is in, simply use table[SkillID].

See Also:
 - Skills