I want my character to level up every time 500 points are added to experience. Does anyone know how to do this? This is what I have now:
If CounterExp = 500 Then Add 1 to CounterLvl.
Would this work?
If CounterExp = CounterExp + 500 / 500 Then Add 1 to CounterLvl?
Help!
All platforming problems can be mostly solved here:
"If Darl McBride was in charge, he'd probably make marriage unconstitutional too, since clearly it de-emphasizes the commercial nature of normal human interaction, and probably is a major impediment to the commercial growth of prostitution."
-- Linus Torvalds, December 5th 2003.
(Darl McBride is CEO of The SCO Group)
this place sucks but don't tell anyone, it's our little secret, ok?
Hey Andy: That just might work. I want the CounterLvl to increase by one every time the CounterExp = 500 points. 100 points are added when an enemy is killed. I've actually done that before in an example but I forget where. Thanks.
All platforming problems can be mostly solved here: