//:://///////////////////////////////////////////// //:: FileName aa_002 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 1/18/2003 12:58:59 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "SpokeSmith") == 1)) return FALSE; return TRUE; }