//:://///////////////////////////////////////////// //:: FileName sc_chkchoosenone //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/11/2002 1:35:29 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nChoosenOne") == 1)) return FALSE; return TRUE; }