//:://///////////////////////////////////////////// //:: FileName sc_edwin_talked //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/9/2008 8:10:41 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "edwintalked") == 1)) return FALSE; return TRUE; }