int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_MALE) return FALSE; return TRUE; }