//:://///////////////////////////////////////////// //:: FileName chk_female //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2003-02-21 10:06:45 //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_FEMALE) return FALSE; return TRUE; }