//:://///////////////////////////////////////////// //:: FileName dro_is_male //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 18.06.2003 02:30:54 //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_MALE) return FALSE; return TRUE; }