there seems to be a problem at line 4 in the Vital script Im not sure why I spelled everything correctly, could you plz help me, here is line 4 to 8
public Vital() {
_curValue = 0;
ExpToLevel = 50;
LevelModifier = 1.1f;
}
there seems to be a problem at line 4 in the Vital script Im not sure why I spelled everything correctly, could you plz help me, here is line 4 to 8
public Vital() {
_curValue = 0;
ExpToLevel = 50;
LevelModifier = 1.1f;
}
It's not supposed to be _curValue, it's supposed to be _known.
Note: Check your code all the time!