int StartingConditional() { object pc = GetPCSpeaker(); int lvl = GetHitDice( pc ); if ((lvl==1)&&(GetHenchman(pc)==OBJECT_INVALID)) return TRUE; return FALSE; }