//:://///////////////////////////////////////////// //:: FileName sc_checktkchakey //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/29/2002 6:55:26 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nTookCharKey") == 1)) return FALSE; return TRUE; }