Probably a question for bluemonkmn, but if anyone else knows the answer, please help me!
Okay, first a little briefing on what I'm trying to do, maybe I'm not using the easiest way to accomplish this. My main character has an amount of health that is stored in a counter. (I'm using DrawCounterAsTile to display a life gauge.) Now, it works well, but the thing is that the character can pick up some power ups that will boost his maximum health.
So I want to set the MaxValue of the Counter at runtime, but I guess there is no "set" on that property, I get an error when I try to change the MaxValue of a counter with a custom function. So I look around in the source code and in the reference guide but I couldn't find where the Counter class is written. Where is it? Is there a specific reason why the MaxValue of a counter shouldn't be changed at runtime?
Is there a better way to accomplish this?
Thanks!
