//::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/12/2006 1:19:35 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's class if(GetHitDice(GetPCSpeaker()) >= 10) return FALSE; return TRUE; }