int StartingConditional() { object oPC = GetPCSpeaker(); if( GetLocalInt(GetModule(), "iMaxLevelUp") > GetHitDice(oPC) ) return TRUE; return FALSE; }