//:://///////////////////////////////////////////// //:: FileName edwin_qst_sc //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/7/2008 10:14:59 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "edwinquest") == 1)) return FALSE; return TRUE; }