//:://///////////////////////////////////////////// //:: FileName sc_020 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 24.10.2010 14:16:39 //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_BOTH) return FALSE; return TRUE; }