//:://///////////////////////////////////////////// //:: FileName text_male_yes //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2/7/2004 11:53:03 AM //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_MALE) return FALSE; return TRUE; }