//:://///////////////////////////////////////////// //:: FileName ck_cugel_done //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 07/10/2003 19:53:52 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "cugel") == 1)) return FALSE; return TRUE; }