Skill - Object Information
Sections in this file:
You can read and modify skill data by first running func.GetSkillObj(SkillNum As Integer). This function returns the skill object. For instance:
Dim MySkill
Set MySkill = func.GetSkillObj(num)
If func.ValidSk(MySkill) Then
MsgBox MySkill.Name
End If
Main
Members
Documentation for DM Genie and Player Genie, page Skill. Copyright © Mad Scientist Studios, 2006.
Help Contents | DM Genie home page
Click here if you cannot see the table of contents on the left
>