//:://///////////////////////////////////////////// //:: FileName sc_dsmithtalk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 04/07/10 21:24:35 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "DSmithTalk") == 1)) return FALSE; return TRUE; }