//:://///////////////////////////////////////////// //:: FileName is_female //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/24/2008 10:42:37 AM //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_FEMALE) return FALSE; return TRUE; }