Just need to get this outta my mind.
Say when I levelup, I get 10 stat points to put into any of my 4 stats.
HP, MP, Defense, and Strength.
And if a point is put into HP it adds 10, and if you put one point to MP, it raises it by 5, but if a point is added to Strength or Defense, it raises that one by 1 point.
How would I make this?
Thanks.
ID:271106
![]() Jan 16 2007, 9:51 pm (Edited on Jan 16 2007, 10:02 pm)
|
|
![]() Jan 16 2007, 10:34 pm (Edited on Jan 16 2007, 10:43 pm)
|
|
usr.hp ++
basicly that adds 1 for every piont and this usr.maxhp +=5 usr.hp += 5 And u need both of thosue to add 5 to your self |
I think you should read some tutorials there won't be someone around to give you the answers every time.
|