//:://///////////////////////////////////////////// //:: FileName sc_012 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/3/2005 5:35:44 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "keygiven") == 10)) return FALSE; return TRUE; }