Actually what you would want to do is this.  int nCharLevel; effect eStatA; int nVP;   it was rather:  int nCharLevel = GetHitDice(GetFirstPC()); effect eStatA, eStatB, eFP, eVP, eLink, eStatC, eStatD, eLink2; int nVP;   And there's more to it than t...  
[Read More]