//:://///////////////////////////////////////////// //:: FileName sc_smithquest1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/14/2003 9:43:13 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "smithquest") == 1)) return FALSE; return TRUE; }