SMF - Just Installed!
int StartingConditional(){ object oPC =GetPCSpeaker(); int nHD= GetHitDice(oPC); int nXP = GetXP(oPC); int bCanLevel = ( (nHD+1)*nHD*500 < nXP ); return bCanLevel;}