//:://///////////////////////////////////////////// //:: FileName sc_chef1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/7/2009 11:32:39 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "chef1") == 1)) return FALSE; return TRUE; }