ID:174740
![]() Jul 23 2003, 2:47 am
|
|
i want to have it so when my wizard goes up a level, he gets an additional 5 mp, but then the next time he lvls he gets an additional 6 mp, is there a way to make my wizard gain additional mp per lvl?
|
Copyright © 2025 BYOND Software.
All rights reserved.
Sounds like you want a fairly simple calculation. If you gain 5 when you hit level 2, 6 at level 3, 7 at level 4, etc, your additional points are directly related to your new level:
added = 3+new_level
mp += added