//:://///////////////////////////////////////////// //:: FileName wsm_sc_female //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/16/2004 4:16:05 PM //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_FEMALE) return FALSE; return TRUE; }