//:://///////////////////////////////////////////// //:: FileName flirt_waitress //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/30/2006 12:49:35 AM //::////////////////////////////////////////////// int StartingConditional() { // Add the gender restrictions if(GetGender(GetPCSpeaker()) != GENDER_MALE) return FALSE; return TRUE; }