//:://///////////////////////////////////////////// //:: FileName sc_007 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 18/04/2008 21:23:46 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "iNeedHair") == 2)) return FALSE; return TRUE; }