17-09-2008, 05:38 PM
Why not make Strength = 0, instead of Strength = 1. If you make it equal 0, your Stat_Count would stand for the amount of stats you have. Instead of standing for the amount of stats you have +1.
And also your:
Could then be:
Just a little simpler and better looking in my opinion.
And also your:
Code:
' Stats
Stat(1 To Stats.Stat_Count - 1) As Byte
Code:
' Stats
Stat(1 To Stats.Stat_Count) As Byte