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