Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[General] Adding new Stats
#2
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:
Code:
' Stats
    Stat(1 To Stats.Stat_Count - 1) As Byte
Could then be:
Code:
' Stats
    Stat(1 To Stats.Stat_Count) As Byte
Just a little simpler and better looking in my opinion.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)